Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap entries are in no less than three coexisting linked lists:
a bucket in the hash table for a Set
|
(package private) class |
LinkedHashMultimap.ValueSet |
Modifier and Type | Field and Description |
---|---|
private LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSet.firstEntry |
private LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSet.lastEntry |
(package private) LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueEntry.predecessorInValueSet |
(package private) LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueEntry.successorInValueSet |
Modifier and Type | Method and Description |
---|---|
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSetLink.getPredecessorInValueSet() |
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueEntry.getPredecessorInValueSet() |
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSet.getPredecessorInValueSet() |
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSetLink.getSuccessorInValueSet() |
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueEntry.getSuccessorInValueSet() |
LinkedHashMultimap.ValueSetLink<K,V> |
LinkedHashMultimap.ValueSet.getSuccessorInValueSet() |