Uses of Class
com.google.common.collect.LinkedHashMultimap
Packages that use LinkedHashMultimap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
This package contains testing utilities.
-
Uses of LinkedHashMultimap in com.google.common.collect
Methods in com.google.common.collect that return LinkedHashMultimapModifier and TypeMethodDescriptionstatic <K,V> LinkedHashMultimap<K, V> LinkedHashMultimap.create()Creates a new, emptyLinkedHashMultimapwith the default initial capacities.static <K,V> LinkedHashMultimap<K, V> LinkedHashMultimap.create(int expectedKeys, int expectedValuesPerKey) Constructs an emptyLinkedHashMultimapwith enough capacity to hold the specified numbers of keys and values without rehashing.static <K,V> LinkedHashMultimap<K, V> Constructs aLinkedHashMultimapwith the same mappings as the specified multimap. -
Uses of LinkedHashMultimap in com.google.common.testing
Methods in com.google.common.testing that return LinkedHashMultimapModifier and TypeMethodDescription(package private) static <K,V> LinkedHashMultimap<K, V> FreshValueGenerator.generateLinkedHashMultimap(K key, V value)