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