public interface GHBitSet
 Loop via
 for (int i = set.next(0); i >= 0; i = set.next(i + 1)) {...}
| 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–2020. All rights reserved.