Modifier and Type | Field and Description |
---|---|
protected int |
mask |
Constructor and Description |
---|
BitmaskImpl(int mask) |
Modifier and Type | Method and Description |
---|---|
Bitmask |
clear() |
Bitmask |
clearBit(int bit) |
Bitmask |
clearBits(int mask) |
int |
get() |
boolean |
isEmpty() |
boolean |
isSetAny() |
boolean |
isSetBit(int bit) |
boolean |
isSetBits(int mask) |
Bitmask |
set(int mask) |
Bitmask |
setBit(int bit) |
Bitmask |
setBits(int mask) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createBitmask, createBitmask