Uses of Class
com.google.common.collect.LinkedHashMultimap.ValueEntry
-
Packages that use LinkedHashMultimap.ValueEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of LinkedHashMultimap.ValueEntry in com.google.common.collect
Fields in com.google.common.collect declared as LinkedHashMultimap.ValueEntry Modifier and Type Field Description (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
(package private) LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap.ValueEntry. predecessorInMultimap
(package private) LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap.ValueEntry. successorInMultimap
Methods in com.google.common.collect that return LinkedHashMultimap.ValueEntry Modifier and Type Method Description LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap.ValueEntry. getPredecessorInMultimap()
LinkedHashMultimap.ValueEntry<K,V>
LinkedHashMultimap.ValueEntry. getSuccessorInMultimap()
Methods in com.google.common.collect with parameters of type LinkedHashMultimap.ValueEntry Modifier and Type Method Description private static <K,V>
voidLinkedHashMultimap. 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>
voidLinkedHashMultimap. succeedsInMultimap(LinkedHashMultimap.ValueEntry<K,V> pred, LinkedHashMultimap.ValueEntry<K,V> succ)
Constructors in com.google.common.collect with parameters of type LinkedHashMultimap.ValueEntry Constructor Description ValueEntry(K key, V value, int smearedValueHash, LinkedHashMultimap.ValueEntry<K,V> nextInValueBucket)
-