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:
java.io.Serializable
,java.util.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
Fields Modifier and Type Field Description private ImmutableMapEntry<K,V>
nextInValueBucket
-
Fields inherited from class com.google.common.collect.ImmutableEntry
key, value
-
-
Constructor Summary
Constructors Constructor Description NonTerminalImmutableBiMapEntry(K key, V value, ImmutableMapEntry<K,V> nextInKeyBucket, ImmutableMapEntry<K,V> nextInValueBucket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ImmutableMapEntry<K,V>
getNextInValueBucket()
-
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 Detail
-
nextInValueBucket
private final transient ImmutableMapEntry<K,V> nextInValueBucket
-
-
Constructor Detail
-
NonTerminalImmutableBiMapEntry
NonTerminalImmutableBiMapEntry(K key, V value, ImmutableMapEntry<K,V> nextInKeyBucket, ImmutableMapEntry<K,V> nextInValueBucket)
-
-
Method Detail
-
getNextInValueBucket
@Nullable ImmutableMapEntry<K,V> getNextInValueBucket()
- Overrides:
getNextInValueBucket
in classImmutableMapEntry<K,V>
-
-