Uses of Class
com.google.common.collect.ImmutableEntry
-
Packages that use ImmutableEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ImmutableEntry in com.google.common.collect
Subclasses of ImmutableEntry in com.google.common.collect Modifier and Type Class Description private static classHashBiMap.BiEntry<K,V>(package private) classImmutableMapEntry<K,V>Implementation ofEntryforImmutableMapthat adds extra methods to traverse hash buckets for the key and the value.(package private) static classImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V>(package private) static classImmutableMapEntry.NonTerminalImmutableMapEntry<K,V>(package private) static classLinkedHashMultimap.ValueEntry<K,V>LinkedHashMultimap entries are in no less than three coexisting linked lists: a bucket in the hash table for aSet<V>associated with a key, the linked list of insertion-ordered entries in thatSet<V>, and the linked list of entries in the LinkedHashMultimap as a whole.
-