Returns true if there exists a member range in this range set which plain Range#encloses encloses the specified range.
(Range<C> otherRange)
| 80 | * {@linkplain Range#encloses encloses} the specified range. |
| 81 | */ |
| 82 | boolean encloses(Range<C> otherRange); |
| 83 | |
| 84 | /** |
| 85 | * Returns {@code true} if for each member range in {@code other} there exists a member range in |
no outgoing calls
no test coverage detected