Uses of Class
com.google.common.collect.Maps.EntrySet
Packages that use Maps.EntrySet
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Maps.EntrySet in com.google.common.collect
Subclasses of Maps.EntrySet in com.google.common.collectModifier and TypeClassDescription(package private) class
(package private) class
protected class
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