Subtract otherRange from this range and returns the resulting set of indexes.
(Range otherRange)
| 21 | |
| 22 | /** Subtract otherRange from this range and returns the resulting set of indexes. */ |
| 23 | public native IndexSet removeRange(Range otherRange); |
| 24 | /** Union of otherRange and this range and returns the resulting set of indexes. */ |
| 25 | public native IndexSet union(Range otherRange); |
| 26 | /** Returns the range resulting from the intersection. */ |
no outgoing calls
no test coverage detected