class AbstractMapBasedMultimap.WrappedSortedSet extends AbstractMapBasedMultimap.WrappedCollection implements java.util.SortedSet<V>
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
ancestor, ancestorDelegate, delegate, key
Constructor and Description |
---|
WrappedSortedSet(K key,
java.util.SortedSet<V> delegate,
AbstractMapBasedMultimap.WrappedCollection ancestor) |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super V> |
comparator() |
V |
first() |
(package private) java.util.SortedSet<V> |
getSortedSetDelegate() |
java.util.SortedSet<V> |
headSet(V toElement) |
V |
last() |
java.util.SortedSet<V> |
subSet(V fromElement,
V toElement) |
java.util.SortedSet<V> |
tailSet(V fromElement) |
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeAll, removeIfEmpty, retainAll, size, spliterator, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
WrappedSortedSet(K key, java.util.SortedSet<V> delegate, AbstractMapBasedMultimap.WrappedCollection ancestor)
java.util.SortedSet<V> getSortedSetDelegate()
public java.util.Comparator<? super V> comparator()
comparator
in interface java.util.SortedSet<V>
public java.util.SortedSet<V> headSet(V toElement)
headSet
in interface java.util.SortedSet<V>
public java.util.SortedSet<V> subSet(V fromElement, V toElement)
subSet
in interface java.util.SortedSet<V>