final class BitSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long[] |
words |
Constructor and Description |
---|
BitSet(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
private static int |
block(int position) |
(package private) void |
clear() |
(package private) void |
clear(int position) |
(package private) boolean |
get(int position) |
private static long |
mask(int position) |
(package private) void |
set(int position) |
(package private) com.googlecode.javaewah.EWAHCompressedBitmap |
toEWAHCompressedBitmap() |
final void clear()
final void set(int position)
final void clear(int position)
final boolean get(int position)
final com.googlecode.javaewah.EWAHCompressedBitmap toEWAHCompressedBitmap()
private static final int block(int position)
private static final long mask(int position)