Package com.google.common.collect
Class AbstractMapBasedMultimap.SortedKeySet
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.google.common.collect.Sets.ImprovedAbstractSet<K>
com.google.common.collect.Maps.KeySet<K,Collection<V>>
AbstractMapBasedMultimap<K,V>.com.google.common.collect.AbstractMapBasedMultimap.KeySet
com.google.common.collect.AbstractMapBasedMultimap.SortedKeySet
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,SequencedCollection<K>
,SequencedSet<K>
,Set<K>
,SortedSet<K>
- Direct Known Subclasses:
AbstractMapBasedMultimap.NavigableKeySet
- Enclosing class:
AbstractMapBasedMultimap<K,
V>
private class AbstractMapBasedMultimap.SortedKeySet
extends AbstractMapBasedMultimap<K,V>.KeySet
implements SortedSet<K>
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.KeySet
map
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapBasedMultimap.KeySet
clear, containsAll, equals, hashCode, iterator, remove, spliterator
Methods inherited from class com.google.common.collect.Maps.KeySet
contains, forEach, isEmpty, map, size
Methods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAll
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from interface java.util.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Constructor Details
-
SortedKeySet
SortedKeySet(SortedMap<K, Collection<V>> subMap)
-
-
Method Details
-
sortedMap
SortedMap<K,Collection<V>> sortedMap() -
comparator
- Specified by:
comparator
in interfaceSortedSet<K>
-
first
-
headSet
-
last
-
subSet
-
tailSet
-