Uses of Class
com.google.common.collect.Maps.EntrySet
Packages that use Maps.EntrySet
Package
Description
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.collectModifier and TypeClassDescription(package private) class(package private) classprotected classA 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