Intersects with the given set of indexes.
(IndexSet indexSet)
| 39 | public native void removeIndexSet(IndexSet indexSet); |
| 40 | /** Intersects with the given set of indexes. */ |
| 41 | public native void intersectsIndexSet(IndexSet indexSet); |
| 42 | |
| 43 | /** Returns all the ranges that the set contains. */ |
| 44 | public native List<Range> allRanges(); |
no outgoing calls
no test coverage detected