Returns whether the set of indexes holds the given value.
(long idx)
| 24 | public native void removeIndex(long idx); |
| 25 | /** Returns whether the set of indexes holds the given value. */ |
| 26 | public native boolean containsIndex(long idx); |
| 27 | |
| 28 | /** Adds a range of values. */ |
| 29 | public native void addRange(Range range); |
no outgoing calls
no test coverage detected