Package com.google.common.collect
Class HashBiMap.BiEntry<K,V>
java.lang.Object
com.google.common.collect.AbstractMapEntry<K,V>
com.google.common.collect.ImmutableEntry<K,V>
com.google.common.collect.HashBiMap.BiEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) HashBiMap.BiEntry
<K, V> (package private) HashBiMap.BiEntry
<K, V> (package private) HashBiMap.BiEntry
<K, V> (package private) HashBiMap.BiEntry
<K, V> (package private) final int
Fields inherited from class com.google.common.collect.ImmutableEntry
key, value
-
Constructor Summary
Constructors -
Method Summary
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
-
keyHash
final int keyHash -
valueHash
final int valueHash -
nextInKToVBucket
-
nextInVToKBucket
-
nextInKeyInsertionOrder
-
prevInKeyInsertionOrder
-
-
Constructor Details
-
BiEntry
-