Uses of Interface
com.google.common.collect.LinkedHashMultimap.ValueSetLink
-
Packages that use LinkedHashMultimap.ValueSetLink Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of LinkedHashMultimap.ValueSetLink in com.google.common.collect
Classes in com.google.common.collect that implement LinkedHashMultimap.ValueSetLink Modifier and Type Class 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 Setassociated with a key, the linked list of insertion-ordered entries in that Set , and the linked list of entries in the LinkedHashMultimap as a whole. (package private) class
LinkedHashMultimap.ValueSet
Fields in com.google.common.collect declared as LinkedHashMultimap.ValueSetLink Modifier and Type Field 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
Methods in com.google.common.collect that return LinkedHashMultimap.ValueSetLink Modifier and Type Method Description LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueEntry. getPredecessorInValueSet()
LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueSet. getPredecessorInValueSet()
LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueSetLink. getPredecessorInValueSet()
LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueEntry. getSuccessorInValueSet()
LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueSet. getSuccessorInValueSet()
LinkedHashMultimap.ValueSetLink<K,V>
LinkedHashMultimap.ValueSetLink. getSuccessorInValueSet()
-