Uses of Interface
com.google.common.collect.LinkedHashMultimap.ValueSetLink
Packages that use LinkedHashMultimap.ValueSetLink
Package
Description
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.ValueSetLinkModifier and TypeClassDescription(package private) static final classLinkedHashMultimap 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 classFields in com.google.common.collect declared as LinkedHashMultimap.ValueSetLinkModifier and TypeFieldDescriptionprivate LinkedHashMultimap.ValueSetLink<K,V> LinkedHashMultimap.ValueSet.firstEntryprivate LinkedHashMultimap.ValueSetLink<K,V> LinkedHashMultimap.ValueSet.lastEntry(package private) LinkedHashMultimap.ValueSetLink<K,V> LinkedHashMultimap.ValueEntry.predecessorInValueSet(package private) LinkedHashMultimap.ValueSetLink<K,V> LinkedHashMultimap.ValueEntry.successorInValueSetMethods 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) voidLinkedHashMultimap.ValueEntry.setPredecessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) voidLinkedHashMultimap.ValueSet.setPredecessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) voidLinkedHashMultimap.ValueSetLink.setPredecessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) voidLinkedHashMultimap.ValueEntry.setSuccessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) voidLinkedHashMultimap.ValueSet.setSuccessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) voidLinkedHashMultimap.ValueSetLink.setSuccessorInValueSet(LinkedHashMultimap.ValueSetLink<K, V> entry) private static <K,V> void LinkedHashMultimap.succeedsInValueSet(LinkedHashMultimap.ValueSetLink<K, V> pred, LinkedHashMultimap.ValueSetLink<K, V> succ)