public static class FeatureTableModel.Bitmask
extends java.lang.Object
| Constructor and Description |
|---|
Bitmask(int initialmask) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int bits) |
void |
clearAll() |
void |
clearBit(int pos) |
int |
get() |
boolean |
isCleanAll() |
boolean |
isSet(int bits) |
boolean |
isSetAny() |
boolean |
isSetBit(int pos) |
void |
set(int bits) |
public boolean isSetBit(int pos)
public boolean isSet(int bits)
public boolean isSetAny()
public boolean isCleanAll()
public void set(int bits)
public int get()
public void clear(int bits)
public void clearBit(int pos)
public void clearAll()