Uses of Class
com.google.common.collect.LinkedHashMultimap.ValueEntry
Packages that use LinkedHashMultimap.ValueEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of LinkedHashMultimap.ValueEntry in com.google.common.collect
Fields in com.google.common.collect declared as LinkedHashMultimap.ValueEntryModifier and TypeFieldDescription(package private) LinkedHashMultimap.ValueEntry<K,
V>[] LinkedHashMultimap.ValueSet.hashTable
private LinkedHashMultimap.ValueEntry
<K, V> LinkedHashMultimap.multimapHeaderEntry
(package private) LinkedHashMultimap.ValueEntry
<K, V> LinkedHashMultimap.ValueEntry.nextInValueBucket
private LinkedHashMultimap.ValueEntry
<K, V> LinkedHashMultimap.ValueEntry.predecessorInMultimap
private LinkedHashMultimap.ValueEntry
<K, V> LinkedHashMultimap.ValueEntry.successorInMultimap
Methods in com.google.common.collect that return LinkedHashMultimap.ValueEntryModifier and TypeMethodDescriptionLinkedHashMultimap.ValueEntry.getPredecessorInMultimap()
LinkedHashMultimap.ValueEntry.getSuccessorInMultimap()
(package private) static <K,
V> LinkedHashMultimap.ValueEntry <K, V> LinkedHashMultimap.ValueEntry.newHeader()
Methods in com.google.common.collect with parameters of type LinkedHashMultimap.ValueEntryModifier and TypeMethodDescriptionprivate static <K,
V> void LinkedHashMultimap.deleteFromMultimap
(LinkedHashMultimap.ValueEntry<K, V> entry) void
LinkedHashMultimap.ValueEntry.setPredecessorInMultimap
(LinkedHashMultimap.ValueEntry<K, V> multimapPredecessor) void
LinkedHashMultimap.ValueEntry.setSuccessorInMultimap
(LinkedHashMultimap.ValueEntry<K, V> multimapSuccessor) private static <K,
V> void LinkedHashMultimap.succeedsInMultimap
(LinkedHashMultimap.ValueEntry<K, V> pred, LinkedHashMultimap.ValueEntry<K, V> succ) Constructors in com.google.common.collect with parameters of type LinkedHashMultimap.ValueEntryModifierConstructorDescription(package private)
ValueEntry
(K key, V value, int smearedValueHash, LinkedHashMultimap.ValueEntry<K, V> nextInValueBucket)