Range.Endpoint| Constructor and Description |
|---|
SparseRange(SequencingPolicy<T> sequencer,
Comparator<Maybe<T>> comparator,
List<DenseRange<T>> densified) |
| Modifier and Type | Method and Description |
|---|---|
T |
begin() |
int |
compareTo(Range<T> other) |
boolean |
contains(T element) |
List<DenseRange<T>> |
densified() |
Maybe<T> |
end() |
boolean |
equals(Object rhs) |
int |
hashCode() |
Iterator<T> |
iterator() |
boolean |
overlaps(Range<T> other) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SparseRange(SequencingPolicy<T> sequencer, Comparator<Maybe<T>> comparator, List<DenseRange<T>> densified)
Copyright © 2016. All rights reserved.