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.hashTableprivate LinkedHashMultimap.ValueEntry<K, V> LinkedHashMultimap.multimapHeaderEntry(package private) LinkedHashMultimap.ValueEntry<K, V> LinkedHashMultimap.ValueEntry.nextInValueBucketprivate LinkedHashMultimap.ValueEntry<K, V> LinkedHashMultimap.ValueEntry.predecessorInMultimapprivate LinkedHashMultimap.ValueEntry<K, V> LinkedHashMultimap.ValueEntry.successorInMultimapMethods 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) voidLinkedHashMultimap.ValueEntry.setPredecessorInMultimap(LinkedHashMultimap.ValueEntry<K, V> multimapPredecessor) voidLinkedHashMultimap.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)