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, spliteratorMethods inherited from class com.google.common.collect.Maps.KeySet
contains, forEach, isEmpty, map, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods 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:
comparatorin interfaceSortedSet<K>
-
first
-
headSet
-
last
-
subSet
-
tailSet
-