Adds indexes of the given set of indexes.
(IndexSet indexSet)
| 35 | |
| 36 | /** Adds indexes of the given set of indexes. */ |
| 37 | public native void addIndexSet(IndexSet indexSet); |
| 38 | /** Removes indexes of the given set. */ |
| 39 | public native void removeIndexSet(IndexSet indexSet); |
| 40 | /** Intersects with the given set of indexes. */ |
no outgoing calls
no test coverage detected