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 void clear(int bits)
public void clearAll()
public void clearBit(int pos)
public int get()
public boolean isCleanAll()
public boolean isSet(int bits)
public boolean isSetAny()
public boolean isSetBit(int pos)
public void set(int bits)
Copyright © 2025 gvSIG Association. All rights reserved.