static final class ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V> extends ImmutableMapEntry.NonTerminalImmutableMapEntry<K,V>
ImmutableMapEntry.NonTerminalImmutableBiMapEntry<K,V>, ImmutableMapEntry.NonTerminalImmutableMapEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private ImmutableMapEntry<K,V> |
nextInValueBucket |
key, value
Constructor and Description |
---|
NonTerminalImmutableBiMapEntry(K key,
V value,
ImmutableMapEntry<K,V> nextInKeyBucket,
ImmutableMapEntry<K,V> nextInValueBucket) |
Modifier and Type | Method and Description |
---|---|
(package private) ImmutableMapEntry<K,V> |
getNextInValueBucket() |
getNextInKeyBucket, isReusable
createEntryArray
getKey, getValue, setValue
equals, hashCode, toString
private final transient ImmutableMapEntry<K,V> nextInValueBucket
NonTerminalImmutableBiMapEntry(K key, V value, ImmutableMapEntry<K,V> nextInKeyBucket, ImmutableMapEntry<K,V> nextInValueBucket)
ImmutableMapEntry<K,V> getNextInValueBucket()
getNextInValueBucket
in class ImmutableMapEntry<K,V>