Uses of Interface
com.google.common.collect.LinkedHashMultimap.ValueSetLink
Packages that use LinkedHashMultimap.ValueSetLink
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of LinkedHashMultimap.ValueSetLink in com.google.common.collect
Classes in com.google.common.collect that implement LinkedHashMultimap.ValueSetLinkModifier and TypeClassDescription(package private) static final class
LinkedHashMultimap entries are in no less than three coexisting linked lists: a bucket in the hash table for aSet<V>
associated with a key, the linked list of insertion-ordered entries in thatSet<V>
, and the linked list of entries in the LinkedHashMultimap as a whole.(package private) final class
Fields in com.google.common.collect declared as LinkedHashMultimap.ValueSetLinkModifier and TypeFieldDescriptionprivate LinkedHashMultimap.ValueSetLink
<K, V> LinkedHashMultimap.ValueSet.firstEntry
private LinkedHashMultimap.ValueSetLink
<K, V> LinkedHashMultimap.ValueSet.lastEntry
private LinkedHashMultimap.ValueSetLink
<K, V> LinkedHashMultimap.ValueEntry.predecessorInValueSet
private LinkedHashMultimap.ValueSetLink
<K, V> LinkedHashMultimap.ValueEntry.successorInValueSet
Methods in com.google.common.collect that return LinkedHashMultimap.ValueSetLinkModifier and TypeMethodDescriptionLinkedHashMultimap.ValueEntry.getPredecessorInValueSet()
LinkedHashMultimap.ValueSet.getPredecessorInValueSet()
LinkedHashMultimap.ValueSetLink.getPredecessorInValueSet()
LinkedHashMultimap.ValueEntry.getSuccessorInValueSet()
LinkedHashMultimap.ValueSet.getSuccessorInValueSet()
LinkedHashMultimap.ValueSetLink.getSuccessorInValueSet()
Methods in com.google.common.collect with parameters of type LinkedHashMultimap.ValueSetLinkModifier and TypeMethodDescriptionprivate static <K,
V> void LinkedHashMultimap.deleteFromValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueEntry.setPredecessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueSet.setPredecessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueSetLink.setPredecessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueEntry.setSuccessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueSet.setSuccessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) void
LinkedHashMultimap.ValueSetLink.setSuccessorInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> entry) private static <K,
V> void LinkedHashMultimap.succeedsInValueSet
(LinkedHashMultimap.ValueSetLink<K, V> pred, LinkedHashMultimap.ValueSetLink<K, V> succ)