Removes an index.
(long idx)
| 22 | public native void addIndex(long idx); |
| 23 | /** Removes an index. */ |
| 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 |
no outgoing calls
no test coverage detected