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 static class |
HashBiMap.BiEntry<K,V> |
(package private) class |
ImmutableEntry<K,V> |
(package private) class |
ImmutableMapEntry<K,V>
Implementation of
Map.Entry for ImmutableMap that adds extra methods to traverse
hash buckets for the key and the value. |
(package private) static class |
ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V> |
(package private) static class |
ImmutableMapEntry.NonTerminalImmutableMapEntry<K,V> |
(package private) static class |
LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap entries are in no less than three coexisting linked lists:
a bucket in the hash table for a Set
|
private static class |
LinkedListMultimap.Node<K,V> |
(package private) class |
MapMakerInternalMap.WriteThroughEntry
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the
underlying map.
|
private static class |
TreeRangeMap.RangeMapEntry<K extends java.lang.Comparable,V> |