Uses of Class
com.google.common.collect.ImmutableEntry
Packages that use ImmutableEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ImmutableEntry in com.google.common.collect
Subclasses of ImmutableEntry in com.google.common.collectModifier and TypeClassDescription(package private) static final class
HashBiMap.BiEntry<K,
V> (package private) class
ImmutableMapEntry<K,
V> Implementation ofEntry
forImmutableMap
that adds extra methods to traverse hash buckets for the key and the value.(package private) static final class
(package private) static class
(package private) static final class
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.