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 |
---|---|
private class |
AbstractMapBasedMultimap.KeySet |
(package private) class |
AbstractMapBasedMultimap.NavigableKeySet |
private class |
AbstractMapBasedMultimap.SortedKeySet |
(package private) class |
CompactHashMap.KeySetView |
protected class |
ForwardingMap.StandardKeySet
A sensible implementation of
Map.keySet() in terms of the following methods: ForwardingMap.clear() , ForwardingMap.containsKey(java.lang.Object) , ForwardingMap.isEmpty() , ForwardingMap.remove(java.lang.Object) , ForwardingMap.size() , and the Set.iterator() method of
ForwardingMap.entrySet() . |
protected class |
ForwardingNavigableMap.StandardNavigableKeySet
A sensible implementation of
NavigableMap.navigableKeySet() in terms of the methods of
this NavigableMap . |
protected class |
ForwardingSortedMap.StandardKeySet
A sensible implementation of
SortedMap.keySet() in terms of the methods of ForwardingSortedMap . |
private class |
HashBiMap.Inverse.InverseKeySet |
private class |
HashBiMap.KeySet |
(package private) class |
Maps.FilteredEntryMap.KeySet |
(package private) class |
Maps.FilteredEntrySortedMap.SortedKeySet |
(package private) static class |
Maps.NavigableKeySet<K,V> |
(package private) static class |
Maps.SortedKeySet<K,V> |
private class |
StandardTable.Column.KeySet |