public class GHBitSetImpl extends BitSet implements GHBitSet
GHTBitSet instead.| Constructor and Description |
|---|
GHBitSetImpl() |
GHBitSetImpl(int nbits) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index) |
boolean |
contains(int index) |
GHBitSet |
copyTo(GHBitSet bs) |
int |
getCardinality() |
int |
next(int index)
Searches for a greater or equal entry and returns it.
|
int |
nextClear(int index) |
void |
remove(int index) |
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xorpublic final int getCardinality()
getCardinality in interface GHBitSetpublic final int next(int index)
GHBitSetpublic final int nextClear(int index)
Copyright © 2012–2019. All rights reserved.