public interface GHBitSet
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) |
Copyright © 2012–2016. All rights reserved.