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, xor
public final int getCardinality()
getCardinality
in interface GHBitSet
public final int next(int index)
GHBitSet
public final int nextClear(int index)
Copyright © 2012–2020. All rights reserved.