| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractMapBasedMultimap.AsMap.AsMapEntries |
(package private) class |
CompactHashMap.EntrySetView |
protected class |
ForwardingMap.StandardEntrySet
A sensible implementation of
Map.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), and ForwardingMap.size(). |
(package private) class |
Multimaps.AsMap.EntrySet |