Uses of Class
com.google.common.collect.Maps.KeySet
Packages that use Maps.KeySet
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of Maps.KeySet in com.google.common.collect
Subclasses of Maps.KeySet in com.google.common.collectModifier and TypeClassDescriptionprivate class(package private) classprivate class(package private) classprotected classA sensible implementation ofMap.keySet()in terms of the following methods:ForwardingMap.clear(),ForwardingMap.containsKey(java.lang.Object),ForwardingMap.isEmpty(),ForwardingMap.remove(java.lang.Object),ForwardingMap.size(), and theSet.iterator()method ofForwardingMap.entrySet().protected classA sensible implementation ofNavigableMap.navigableKeySet()in terms of the methods of thisNavigableMap.protected classA sensible implementation ofSortedMap.keySet()in terms of the methods ofForwardingSortedMap.private final classprivate final class(package private) class(package private) class(package private) static classMaps.NavigableKeySet<K,V> (package private) static classMaps.SortedKeySet<K,V> private class