Adds all of the ranges from the specified range set to this range set (optional operation). After this operation, this range set is the minimal range set that plain #enclosesAll(RangeSet) encloses both the original range set and other. This is equivalent to calling #add on
(RangeSet<C> other)
| 192 | * operation |
| 193 | */ |
| 194 | void addAll(RangeSet<C> other); |
| 195 | |
| 196 | /** |
| 197 | * Removes all of the ranges from the specified range set from this range set (optional |
no outgoing calls
no test coverage detected