T - public interface Range<T> extends Iterable<T>, Comparable<Range<T>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Range.Endpoint |
| Modifier and Type | Method and Description |
|---|---|
T |
begin() |
boolean |
contains(T element) |
List<DenseRange<T>> |
densified() |
Maybe<T> |
end() |
boolean |
overlaps(Range<T> rhs) |
forEach, iterator, spliteratorcompareToCopyright © 2016. All rights reserved.