Methods in com.google.common.collect that return LinkedListMultimap |
static
|
LinkedListMultimap.create()
Creates a new, empty LinkedListMultimap with the default initial
capacity. |
static
|
LinkedListMultimap.create(int expectedKeys)
Constructs an empty LinkedListMultimap with enough capacity to hold
the specified number of keys without rehashing. |
static
|
LinkedListMultimap.create(Multimap<? extends K,? extends V> multimap)
Constructs a LinkedListMultimap with the same mappings as the
specified Multimap . |