Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Field and Description |
---|---|
private HashBiMap.BiEntry<K,V>[] |
HashBiMap.hashTableKToV |
private HashBiMap.BiEntry<K,V>[] |
HashBiMap.hashTableVToK |
(package private) HashBiMap.BiEntry<K,V> |
HashBiMap.Itr.next |
(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.Itr.toRemove |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private void |
HashBiMap.delete(HashBiMap.BiEntry<K,V> entry)
Finds and removes
entry from the bucket linked lists in both the
key-to-value direction and the value-to-key direction. |
private void |
HashBiMap.insert(HashBiMap.BiEntry<K,V> entry) |
(package private) abstract T |
HashBiMap.Itr.output(HashBiMap.BiEntry<K,V> entry) |