static final class ImmutableMapEntry.TerminalEntry<K,V> extends ImmutableMapEntry<K,V>
ImmutableMapEntry.TerminalEntry<K,V>
key, value
Constructor and Description |
---|
TerminalEntry(ImmutableMapEntry<K,V> contents) |
TerminalEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
(package private) ImmutableMapEntry<K,V> |
getNextInKeyBucket() |
(package private) ImmutableMapEntry<K,V> |
getNextInValueBucket() |
getKey, getValue, setValue
equals, hashCode, toString
TerminalEntry(ImmutableMapEntry<K,V> contents)
@Nullable ImmutableMapEntry<K,V> getNextInKeyBucket()
getNextInKeyBucket
in class ImmutableMapEntry<K,V>
@Nullable ImmutableMapEntry<K,V> getNextInValueBucket()
getNextInValueBucket
in class ImmutableMapEntry<K,V>