Interface BitStorage
- All Known Implementing Classes:
SimpleBitStorage, ZeroBitStorage
public interface BitStorage
-
Method Summary
-
Method Details
-
getAndSet
int getAndSet(int index, int value) -
set
void set(int index, int value) -
get
int get(int index) -
getRaw
long[] getRaw() -
getSize
int getSize() -
getBits
int getBits() -
getAll
-
unpack
void unpack(int[] output) -
copy
BitStorage copy()
-