org.jpox.sco
Class BitSetJDK14
java.lang.Object
java.util.BitSet
org.jpox.sco.BitSet
org.jpox.sco.BitSetJDK14
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, SCO
public class BitSetJDK14
- extends BitSet
A mutable second-class BitSet object.
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
Method Summary |
void |
clear()
|
void |
clear(int fromIndex,
int toIndex)
|
void |
flip(int bitIndex)
|
void |
flip(int fromIndex,
int toIndex)
|
void |
set(int bitIndex,
boolean value)
|
void |
set(int fromIndex,
int toIndex)
|
void |
set(int fromIndex,
int toIndex,
boolean value)
|
Methods inherited from class org.jpox.sco.BitSet |
and, andNot, attachCopy, clear, clone, detach, detachCopy, getFieldName, getOwner, makeDirty, makeTransient, or, runReachability, set, setValueFrom, unsetOwner, writeReplace, xor |
Methods inherited from class java.util.BitSet |
cardinality, equals, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, size, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BitSetJDK14
public BitSetJDK14(StateManager ownerSM,
java.lang.String fieldName)
- Creates a BitSet object. Assigns owning object and field name.
- Parameters:
ownerSM
- the owning objectfieldName
- the owning field name
clear
public void clear()
- Overrides:
clear
in class java.util.BitSet
clear
public void clear(int fromIndex,
int toIndex)
- Overrides:
clear
in class java.util.BitSet
flip
public void flip(int fromIndex,
int toIndex)
- Overrides:
flip
in class java.util.BitSet
flip
public void flip(int bitIndex)
- Overrides:
flip
in class java.util.BitSet
set
public void set(int bitIndex,
boolean value)
- Overrides:
set
in class java.util.BitSet
set
public void set(int fromIndex,
int toIndex,
boolean value)
- Overrides:
set
in class java.util.BitSet
set
public void set(int fromIndex,
int toIndex)
- Overrides:
set
in class java.util.BitSet
Copyright © -2011 . All Rights Reserved.