Uses of Class
com.google.common.collect.AbstractMapEntry
Packages that use AbstractMapEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractMapEntry in com.google.common.collect
Subclasses of AbstractMapEntry in com.google.common.collectModifier and TypeClassDescription(package private) final class(package private) static final classHashBiMap.BiEntry<K,V> (package private) classImmutableEntry<K,V> An immutableMap.Entry, used both byMaps.immutableEntry(Object, Object)and by other parts ofcommon.collectas a superclass.(package private) classImmutableMapEntry<K,V> Implementation ofEntryforImmutableMapthat 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 classLinkedHashMultimap 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.(package private) static final class(package private) final classCustom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.private static final classTreeRangeMap.RangeMapEntry<K extends Comparable,V>