Uses of Class
com.google.common.collect.LinkedHashMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of LinkedHashMultimap in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <K extends @Nullable Object,
V extends @Nullable Object>
LinkedHashMultimap<K, V> LinkedHashMultimap.create()
Creates a new, emptyLinkedHashMultimap
with the default initial capacities.static <K extends @Nullable Object,
V extends @Nullable Object>
LinkedHashMultimap<K, V> LinkedHashMultimap.create
(int expectedKeys, int expectedValuesPerKey) Constructs an emptyLinkedHashMultimap
with enough capacity to hold the specified numbers of keys and values without rehashing.static <K extends @Nullable Object,
V extends @Nullable Object>
LinkedHashMultimap<K, V> Constructs aLinkedHashMultimap
with the same mappings as the specified multimap.