Uses of Class
com.google.common.collect.LinkedListMultimap
Packages that use LinkedListMultimap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of LinkedListMultimap in com.google.common.collect
Methods in com.google.common.collect that return LinkedListMultimapModifier and TypeMethodDescriptionstatic <K,V> LinkedListMultimap<K, V> LinkedListMultimap.create()Creates a new, emptyLinkedListMultimapwith the default initial capacity.static <K,V> LinkedListMultimap<K, V> LinkedListMultimap.create(int expectedKeys) Constructs an emptyLinkedListMultimapwith enough capacity to hold the specified number of keys without rehashing.static <K,V> LinkedListMultimap<K, V> Constructs aLinkedListMultimapwith the same mappings as the specifiedMultimap.