Uses of Class
com.google.common.collect.HashBiMap.BiEntry
-
Packages that use HashBiMap.BiEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of HashBiMap.BiEntry in com.google.common.collect
Fields in com.google.common.collect declared as HashBiMap.BiEntry Modifier and Type Field Description private HashBiMap.BiEntry<K,V>HashBiMap. firstInKeyInsertionOrderprivate HashBiMap.BiEntry<K,V>[]HashBiMap. hashTableKToVprivate HashBiMap.BiEntry<K,V>[]HashBiMap. hashTableVToKprivate HashBiMap.BiEntry<K,V>HashBiMap. lastInKeyInsertionOrder(package private) HashBiMap.BiEntry<K,V>HashBiMap.Itr. next(package private) HashBiMap.BiEntry<K,V>HashBiMap.BiEntry. nextInKeyInsertionOrder(package private) HashBiMap.BiEntry<K,V>HashBiMap.BiEntry. nextInKToVBucket(package private) HashBiMap.BiEntry<K,V>HashBiMap.BiEntry. nextInVToKBucket(package private) HashBiMap.BiEntry<K,V>HashBiMap.BiEntry. prevInKeyInsertionOrder(package private) HashBiMap.BiEntry<K,V>HashBiMap.Itr. toRemoveMethods in com.google.common.collect that return HashBiMap.BiEntry Modifier and Type Method Description private HashBiMap.BiEntry<K,V>[]HashBiMap. createTable(int length)private HashBiMap.BiEntry<K,V>HashBiMap. seekByKey(java.lang.Object key, int keyHash)private HashBiMap.BiEntry<K,V>HashBiMap. seekByValue(java.lang.Object value, int valueHash)Methods in com.google.common.collect with parameters of type HashBiMap.BiEntry Modifier and Type Method Description private voidHashBiMap. delete(HashBiMap.BiEntry<K,V> entry)Finds and removesentryfrom the bucket linked lists in both the key-to-value direction and the value-to-key direction.private voidHashBiMap. insert(HashBiMap.BiEntry<K,V> entry, HashBiMap.BiEntry<K,V> oldEntryForKey)(package private) abstract THashBiMap.Itr. output(HashBiMap.BiEntry<K,V> entry)
-