| Package | Description | 
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> LinkedListMultimap<K,V> | LinkedListMultimap. create()Creates a new, empty  LinkedListMultimapwith the default initial
 capacity. | 
| static <K,V> LinkedListMultimap<K,V> | LinkedListMultimap. create(int expectedKeys)Constructs an empty  LinkedListMultimapwith enough capacity to hold
 the specified number of keys without rehashing. | 
| static <K,V> LinkedListMultimap<K,V> | LinkedListMultimap. create(Multimap<? extends K,? extends V> multimap)Constructs a  LinkedListMultimapwith the same mappings as the
 specifiedMultimap. | 
Copyright © 2010-2015. All Rights Reserved.