Package org.springframework.cglib.core
Class TinyBitSet
java.lang.Object
org.springframework.cglib.core.TinyBitSet
Deprecated.
- 
Constructor Details- 
TinyBitSetpublic TinyBitSet()Deprecated.
 
- 
- 
Method Details- 
lengthpublic int length()Deprecated.
- 
cardinalitypublic int cardinality()Deprecated.If bit 31 is set then this method results in an infinite loop.- Returns:
- the number of bits set to truein this TinyBitSet.
 
- 
getpublic boolean get(int index) Deprecated.
- 
setpublic void set(int index) Deprecated.
- 
clearpublic void clear(int index) Deprecated.
 
-