Package com.google.common.collect
Interface LinkedHashMultimap.ValueSetLink<K,V>
- All Known Implementing Classes:
LinkedHashMultimap.ValueEntry
,LinkedHashMultimap.ValueSet
- Enclosing class:
LinkedHashMultimap<K,
V>
private static interface LinkedHashMultimap.ValueSetLink<K,V>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Method Details
-
getPredecessorInValueSet
LinkedHashMultimap.ValueSetLink<K,V> getPredecessorInValueSet() -
getSuccessorInValueSet
LinkedHashMultimap.ValueSetLink<K,V> getSuccessorInValueSet() -
setPredecessorInValueSet
-
setSuccessorInValueSet
-