Uses of Class
com.google.common.collect.Maps.KeySet
Packages that use Maps.KeySet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Maps.KeySet in com.google.common.collect
Subclasses of Maps.KeySet in com.google.common.collectModifier and TypeClassDescriptionprivate class
private final class
private class
(package private) class
protected class
A 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 class
A sensible implementation ofNavigableMap.navigableKeySet()
in terms of the methods of thisNavigableMap
.protected class
A sensible implementation ofSortedMap.keySet()
in terms of the methods ofForwardingSortedMap
.private final class
private final class
(package private) class
(package private) class
(package private) static class
Maps.NavigableKeySet<K,
V> (package private) static class
Maps.SortedKeySet<K,
V> private class