Intersects with the given range. The set is modified to contains only indexes that are part of the given range.
(Range range)
| 32 | /** Intersects with the given range. The set is modified to contains only indexes that |
| 33 | are part of the given range. */ |
| 34 | public native void intersectsRange(Range range); |
| 35 | |
| 36 | /** Adds indexes of the given set of indexes. */ |
| 37 | public native void addIndexSet(IndexSet indexSet); |
no outgoing calls
no test coverage detected