Package com.google.common.collect
Class Maps.FilteredEntrySortedMap.SortedKeySet
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>
Maps.FilteredEntryMap<K,V>.KeySet
com.google.common.collect.Maps.FilteredEntrySortedMap.SortedKeySet
- All Implemented Interfaces:
Iterable<K>,Collection<K>,Set<K>,SortedSet<K>
- Enclosing class:
- Maps.FilteredEntrySortedMap<K,
V>
class Maps.FilteredEntrySortedMap.SortedKeySet
extends Maps.FilteredEntryMap<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.Maps.FilteredEntryMap.KeySet
remove, removeAll, retainAll, toArray, toArrayMethods inherited from class com.google.common.collect.Maps.KeySet
clear, contains, forEach, isEmpty, iterator, map, sizeMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, 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
SortedKeySet()
-
-
Method Details
-
comparator
- Specified by:
comparatorin interfaceSortedSet<K>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-