final class TreeRangeSet.AsRanges extends ForwardingCollection<Range<C>> implements java.util.Set<Range<C>>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Range<C>> |
delegate |
Constructor and Description |
---|
AsRanges(java.util.Collection<Range<C>> delegate) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<Range<C>> |
delegate()
Returns the backing delegate instance that methods are forwarded to.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected java.util.Collection<Range<C>> delegate()
ForwardingObject
ForwardingSet.delegate()
. Concrete subclasses override this method to supply the
instance being decorated.delegate
in class ForwardingCollection<Range<C extends java.lang.Comparable<?>>>
public int hashCode()