Returns the set of values that are contained in both this set and the other. This method should always be used instead of Sets#intersection for ContiguousSet instances.
(ContiguousSet<C> other)
| 157 | |
| 158 | |
| 159 | public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); |
| 160 | |
| 161 | /** |
| 162 | * Returns a range, closed on both ends, whose endpoints are the minimum and maximum values |