Adds an index.
(long idx)
| 20 | public native int count(); |
| 21 | /** Adds an index. */ |
| 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. */ |
no outgoing calls
no test coverage detected