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 |
CompactHashMap.ValuesView |
protected class |
ForwardingMap.StandardValues
A sensible implementation of
Map.values() in terms of the following methods: ForwardingMap.clear() , ForwardingMap.containsValue(java.lang.Object) , ForwardingMap.isEmpty() ,
ForwardingMap.size() , and the Set.iterator() method of ForwardingMap.entrySet() . |
private static class |
Maps.FilteredMapValues<K,V> |
private class |
StandardTable.Column.Values |
private class |
StandardTable.ColumnMap.ColumnMapValues |