Returns an immutable range set containing the single range Range#all().
()
| 61 | */ |
| 62 | |
| 63 | @SuppressWarnings("unchecked") |
| 64 | static <C extends Comparable> ImmutableRangeSet<C> all() { |
| 65 | return (ImmutableRangeSet<C>) ALL; |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Returns an immutable range set containing the specified single range. If {@link Range#isEmpty() |
no outgoing calls
no test coverage detected