Package com.google.common.collect
Class Maps.SortedKeySet<K,V>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.common.collect.Sets.ImprovedAbstractSet<K>
com.google.common.collect.Maps.KeySet<K,V>
com.google.common.collect.Maps.SortedKeySet<K,V>
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>,SortedSet<K>
- Direct Known Subclasses:
ForwardingSortedMap.StandardKeySet,Maps.NavigableKeySet
- Enclosing class:
- Maps
-
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.Maps.KeySet
clear, contains, forEach, isEmpty, iterator, remove, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods 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
spliterator
-
Constructor Details
-
SortedKeySet
-
-
Method Details
-
map
- Overrides:
mapin classMaps.KeySet<K,V>
-
comparator
- Specified by:
comparatorin interfaceSortedSet<K>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-