|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkedListMultimap | |
---|---|
com.google.common.collect | 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 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 . |
|
static LinkedListMultimap<Object,Object> |
LinkedListMultimap_CustomFieldSerializer.instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader in)
|
Methods in com.google.common.collect with parameters of type LinkedListMultimap | |
---|---|
static void |
LinkedListMultimap_CustomFieldSerializer.deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader in,
LinkedListMultimap<?,?> out)
|
static void |
LinkedListMultimap_CustomFieldSerializer.serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter out,
LinkedListMultimap<?,?> multimap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |