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