Package com.google.common.collect
Class ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V>
java.lang.Object
com.google.common.collect.AbstractMapEntry<K,V>
com.google.common.collect.ImmutableEntry<K,V>
com.google.common.collect.ImmutableMapEntry<K,V>
com.google.common.collect.ImmutableMapEntry.NonTerminalImmutableMapEntry<K,V>
com.google.common.collect.ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Enclosing class:
ImmutableMapEntry<K,
V>
static final class ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V>
extends ImmutableMapEntry.NonTerminalImmutableMapEntry<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableMapEntry
ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,
V>, ImmutableMapEntry.NonTerminalImmutableMapEntry<K, V> -
Field Summary
FieldsFields inherited from class com.google.common.collect.ImmutableEntry
key, value
-
Constructor Summary
ConstructorsConstructorDescriptionNonTerminalImmutableBiMapEntry
(K key, V value, ImmutableMapEntry<K, V> nextInKeyBucket, ImmutableMapEntry<K, V> nextInValueBucket) -
Method Summary
Methods inherited from class com.google.common.collect.ImmutableMapEntry.NonTerminalImmutableMapEntry
getNextInKeyBucket, isReusable
Methods inherited from class com.google.common.collect.ImmutableMapEntry
createEntryArray
Methods inherited from class com.google.common.collect.ImmutableEntry
getKey, getValue, setValue
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, toString
-
Field Details
-
nextInValueBucket
-
-
Constructor Details
-
NonTerminalImmutableBiMapEntry
NonTerminalImmutableBiMapEntry(K key, V value, @CheckForNull ImmutableMapEntry<K, V> nextInKeyBucket, @CheckForNull ImmutableMapEntry<K, V> nextInValueBucket)
-
-
Method Details
-
getNextInValueBucket
- Overrides:
getNextInValueBucket
in classImmutableMapEntry<K,
V>
-