Uses of Class
com.google.common.collect.Maps.EntrySet
-
Packages that use Maps.EntrySet Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Maps.EntrySet in com.google.common.collect
Subclasses of Maps.EntrySet in com.google.common.collect Modifier and Type Class Description (package private) class
AbstractMapBasedMultimap.AsMap.AsMapEntries
(package private) class
CompactHashMap.EntrySetView
protected class
ForwardingMap.StandardEntrySet
A sensible implementation ofMap.entrySet()
in terms of the following methods:ForwardingMap.clear()
,ForwardingMap.containsKey(java.lang.Object)
,ForwardingMap.get(java.lang.Object)
,ForwardingMap.isEmpty()
,ForwardingMap.remove(java.lang.Object)
, andForwardingMap.size()
.(package private) class
Multimaps.AsMap.EntrySet
-