Class HashBiMap.BiEntry<K,V>
java.lang.Object
org.docx4j.com.google.common.collect.AbstractMapEntry<K,V>
org.docx4j.com.google.common.collect.ImmutableEntry<K,V>
org.docx4j.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) @Nullable HashBiMap.BiEntry<K,V> (package private) @Nullable HashBiMap.BiEntry<K,V> (package private) @Nullable HashBiMap.BiEntry<K,V> (package private) @Nullable HashBiMap.BiEntry<K,V> (package private) final intFields inherited from class org.docx4j.com.google.common.collect.ImmutableEntry
key, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.com.google.common.collect.ImmutableEntry
getKey, getValue, setValueMethods inherited from class org.docx4j.com.google.common.collect.AbstractMapEntry
equals, hashCode, toString
-
Field Details
-
keyHash
final int keyHash -
valueHash
final int valueHash -
nextInKToVBucket
@Nullable HashBiMap.BiEntry<K,V> nextInKToVBucket -
nextInVToKBucket
@Nullable HashBiMap.BiEntry<K,V> nextInVToKBucket -
nextInKeyInsertionOrder
@Nullable HashBiMap.BiEntry<K,V> nextInKeyInsertionOrder -
prevInKeyInsertionOrder
@Nullable HashBiMap.BiEntry<K,V> prevInKeyInsertionOrder
-
-
Constructor Details
-
BiEntry
-