private class AbstractMapBasedMultimap.SortedKeySet extends AbstractMapBasedMultimap.KeySet implements java.util.SortedSet<K>
map
Constructor and Description |
---|
SortedKeySet(java.util.SortedMap<K,java.util.Collection<V>> subMap) |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super K> |
comparator() |
K |
first() |
java.util.SortedSet<K> |
headSet(K toElement) |
K |
last() |
(package private) java.util.SortedMap<K,java.util.Collection<V>> |
sortedMap() |
java.util.SortedSet<K> |
subSet(K fromElement,
K toElement) |
java.util.SortedSet<K> |
tailSet(K fromElement) |
clear, containsAll, equals, hashCode, iterator, remove, spliterator
contains, forEach, isEmpty, map, size
removeAll, retainAll
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@CheckForNull public java.util.Comparator<? super K> comparator()
comparator
in interface java.util.SortedSet<K>
public java.util.SortedSet<K> headSet(K toElement)
headSet
in interface java.util.SortedSet<K>
public java.util.SortedSet<K> subSet(K fromElement, K toElement)
subSet
in interface java.util.SortedSet<K>