Package | Description |
---|---|
com.googlecode.javaewah.datastructure | |
com.googlecode.javaewah.symmetric | |
com.googlecode.javaewah32.symmetric |
Modifier and Type | Method and Description |
---|---|
BitSet |
ImmutableBitSet.asBitSet()
Get a copy of this ImmutableBitSet as a mutable BitSet.
|
static BitSet |
BitSet.bitmapOf(int... setBits)
Return a bitmap with the bit set to true at the given positions.
|
BitSet |
BitSet.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
ImmutableBitSet.intersects(BitSet bs)
Checks whether two bitsets intersect.
|
Modifier and Type | Field and Description |
---|---|
(package private) BitSet |
UpdateableBitmapFunction.litwlist |
Modifier and Type | Field and Description |
---|---|
(package private) BitSet |
UpdateableBitmapFunction32.litwlist |