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 |
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() . |
private class |
HashBiMap.EntrySet |
(package private) class |
Multimaps.AsMap.EntrySet |
private class |
StandardTable.Row.RowEntrySet |
private class |
WellBehavedMap.EntrySet |