public interface Range<C extends Rangeable<C,R>,R extends Range<C,R>> extends Iterable<C>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(C value) |
boolean |
contains(R other) |
C |
end() |
List<R> |
exclude(R other) |
R |
intersection(R other) |
boolean |
isConsecutive(R other) |
boolean |
isEmpty() |
boolean |
isSameRange(R other) |
R |
merge(R other) |
boolean |
overlaps(R other) |
Comparable<?> |
size() |
C |
start() |
forEach, iterator, spliteratorCopyright © 2016. All rights reserved.