| Constructor and Description | 
|---|
| GHTBitSet() | 
| GHTBitSet(GHIntHashSet set) | 
| GHTBitSet(int no) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int index) | 
| void | clear() | 
| boolean | contains(int index) | 
| GHBitSet | copyTo(GHBitSet bs) | 
| int | getCardinality() | 
| int | next(int index)Searches for a greater or equal entry and returns it. | 
| void | remove(int index) | 
| String | toString() | 
public GHTBitSet(GHIntHashSet set)
public GHTBitSet(int no)
public GHTBitSet()
public final int getCardinality()
getCardinality in interface GHBitSetCopyright © 2012–2020. All rights reserved.