(package private) class |
AbstractMapBasedMultimap.AsMap.AsMapEntries |
private class |
AbstractMapBasedMultimap.KeySet |
(package private) class |
AbstractMapBasedMultimap.NavigableKeySet |
private class |
AbstractMapBasedMultimap.SortedKeySet |
(package private) class |
AbstractMultiset.ElementSet |
(package private) class |
AbstractMultiset.EntrySet |
private class |
ConcurrentHashMultiset.EntrySet |
protected class |
ForwardingMap.StandardEntrySet
|
protected class |
ForwardingMap.StandardKeySet
|
protected class |
ForwardingMultiset.StandardElementSet
|
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 .
|
protected class |
ForwardingSortedMultiset.StandardElementSet
A sensible implementation of SortedMultiset.elementSet() in terms of the following
methods: Collection.clear() , SortedMultiset.comparator() , Multiset.contains(java.lang.Object) , Multiset.containsAll(java.util.Collection<?>) , Multiset.count(java.lang.Object) ,
SortedMultiset.firstEntry() SortedMultiset.headMultiset(E, com.google.common.collect.BoundType) , Collection.isEmpty() , SortedMultiset.lastEntry() , SortedMultiset.subMultiset(E, com.google.common.collect.BoundType, E, com.google.common.collect.BoundType) ,
SortedMultiset.tailMultiset(E, com.google.common.collect.BoundType) , the size() and iterator() methods of
SortedMultiset.entrySet() , and Multiset.remove(Object, int) .
|
private class |
HashBiMap.Inverse.InverseKeySet |
private class |
HashBiMap.KeySet |
(package private) class |
LinkedHashMultimap.ValueSet |
(package private) static class |
Maps.EntrySet<K,V> |
(package private) class |
Maps.FilteredEntryMap.KeySet |
(package private) class |
Maps.FilteredEntrySortedMap.SortedKeySet |
(package private) static class |
Maps.KeySet<K,V> |
(package private) static class |
Maps.NavigableKeySet<K,V> |
(package private) static class |
Maps.SortedKeySet<K,V> |
(package private) class |
Multimaps.AsMap.EntrySet |
(package private) class |
Multimaps.Keys.KeysEntrySet |
(package private) static class |
Multisets.ElementSet<E> |
(package private) static class |
Multisets.EntrySet<E> |
(package private) static class |
SortedMultisets.ElementSet<E>
|
(package private) static class |
SortedMultisets.NavigableElementSet<E>
|
private class |
StandardTable.Column.EntrySet |
private class |
StandardTable.Column.KeySet |
private class |
StandardTable.ColumnKeySet |
(package private) class |
StandardTable.ColumnMap.ColumnMapEntrySet |
(package private) class |
StandardTable.RowMap.EntrySet |
private class |
StandardTable.TableSet<T>
Abstract set whose isEmpty() returns whether the table is empty and
whose clear() clears all table mappings.
|
private class |
WellBehavedMap.EntrySet |