@Deprecated
public class TinyBitSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int[] |
T
Deprecated.
|
private int |
value
Deprecated.
|
Constructor and Description |
---|
TinyBitSet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
cardinality()
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.
|
private static int gcount(int x)
private static int topbit(int i)
private static int log2(int i)
public int length()
public int cardinality()
true
in this TinyBitSet.public boolean get(int index)
public void set(int index)
public void clear(int index)