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 |
---|---|
(package private) LinkedHashMultimap.ValueEntry<K,V>[] |
LinkedHashMultimap.ValueSet.hashTable |
private LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.multimapHeaderEntry |
(package private) LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.nextInValueBucket |
(package private) LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.predecessorInMultimap |
(package private) LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.successorInMultimap |
Modifier and Type | Method and Description |
---|---|
LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.getPredecessorInMultimap() |
LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.getSuccessorInMultimap() |
(package private) static <K,V> LinkedHashMultimap.ValueEntry<K,V> |
LinkedHashMultimap.ValueEntry.newHeader() |
Modifier and Type | Method and Description |
---|---|
private static <K,V> void |
LinkedHashMultimap.deleteFromMultimap(LinkedHashMultimap.ValueEntry<K,V> entry) |
void |
LinkedHashMultimap.ValueEntry.setPredecessorInMultimap(LinkedHashMultimap.ValueEntry<K,V> multimapPredecessor) |
void |
LinkedHashMultimap.ValueEntry.setSuccessorInMultimap(LinkedHashMultimap.ValueEntry<K,V> multimapSuccessor) |
private static <K,V> void |
LinkedHashMultimap.succeedsInMultimap(LinkedHashMultimap.ValueEntry<K,V> pred,
LinkedHashMultimap.ValueEntry<K,V> succ) |
private static <K,V> void |
LinkedHashMultimap.succeedsInMultimap(LinkedHashMultimap.ValueEntry<K,V> pred,
LinkedHashMultimap.ValueEntry<K,V> succ) |
Constructor and Description |
---|
ValueEntry(K key,
V value,
int smearedValueHash,
LinkedHashMultimap.ValueEntry<K,V> nextInValueBucket) |