Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.util
Class ExtendedBitSet

java.lang.Object
  extended by oracle.dss.util.ExtendedBitSet

All Implemented Interfaces:
java.io.Serializable

public class ExtendedBitSet
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ExtendedBitSet()
          Default constructor for ExtendedBitSet.
ExtendedBitSet(java.lang.String strObject)
          Alternate constructor for ExtendedBitSet.

 

Method Summary
 java.util.BitSet getBitSet()
          Retrieves the BitSet.
 void setBitSet(java.util.BitSet bitSet)
          Specifies the BitSet.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExtendedBitSet

public ExtendedBitSet()
Default constructor for ExtendedBitSet.

ExtendedBitSet

public ExtendedBitSet(java.lang.String strObject)
Alternate constructor for ExtendedBitSet.
Parameters:
strObject - a String value that represents the BitSet value to set.

Method Detail

getBitSet

public java.util.BitSet getBitSet()
Retrieves the BitSet.
Returns:
BitSet which represents the underlying BitSet value.

setBitSet

public void setBitSet(java.util.BitSet bitSet)
Specifies the BitSet.
Parameters:
bitSet - a BitSet value that represents the value to set.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.