Package net.sf.cglib.core
Class TinyBitSet
java.lang.Object
net.sf.cglib.core.TinyBitSet
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.If bit 31 is set then this method results in an infinite loop.void
clear
(int index) Deprecated.private static int
gcount
(int x) Deprecated.boolean
get
(int index) Deprecated.int
length()
Deprecated.private static int
log2
(int i) Deprecated.void
set
(int index) Deprecated.private static int
topbit
(int i) Deprecated.
-
Field Details
-
T
private static int[] TDeprecated. -
value
private int valueDeprecated.
-
-
Constructor Details
-
TinyBitSet
public TinyBitSet()Deprecated.
-
-
Method Details
-
gcount
private static int gcount(int x) Deprecated. -
topbit
private static int topbit(int i) Deprecated. -
log2
private static int log2(int i) Deprecated. -
length
public int length()Deprecated. -
cardinality
public int cardinality()Deprecated.If bit 31 is set then this method results in an infinite loop.- Returns:
- the number of bits set to
true
in this TinyBitSet.
-
get
public boolean get(int index) Deprecated. -
set
public void set(int index) Deprecated. -
clear
public void clear(int index) Deprecated.
-