org.jpox.sco
Class BitSetJDK14

java.lang.Object
  extended byjava.util.BitSet
      extended byorg.jpox.sco.BitSet
          extended byorg.jpox.sco.BitSetJDK14
All Implemented Interfaces:
java.lang.Cloneable, SCO, java.io.Serializable

public class BitSetJDK14
extends BitSet

A mutable second-class BitSet object.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
BitSetJDK14(StateManager ownerSM, java.lang.String fieldName)
          Creates a BitSet object.
 
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
 

Constructor Detail

BitSetJDK14

public BitSetJDK14(StateManager ownerSM,
                   java.lang.String fieldName)
Creates a BitSet object. Assigns owning object and field name.

Parameters:
ownerSM - the owning object
fieldName - the owning field name
Method Detail

clear

public void clear()

clear

public void clear(int fromIndex,
                  int toIndex)

flip

public void flip(int fromIndex,
                 int toIndex)

flip

public void flip(int bitIndex)

set

public void set(int bitIndex,
                boolean value)

set

public void set(int fromIndex,
                int toIndex,
                boolean value)

set

public void set(int fromIndex,
                int toIndex)


Copyright © -2007 . All Rights Reserved.