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<V> associated with a key, the linked list of insertion-ordered
entries in that Set<V> , and the linked list of entries in the LinkedHashMultimap as a
whole. |
(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() |