|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeMultimap | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of TreeMultimap in com.google.common.collect |
---|
Methods in com.google.common.collect that return TreeMultimap | ||
---|---|---|
static
|
TreeMultimap.create()
Creates an empty TreeMultimap ordered by the natural ordering of
its keys and values. |
|
static
|
TreeMultimap.create(Comparator<? super K> keyComparator,
Comparator<? super V> valueComparator)
Creates an empty TreeMultimap instance using explicit comparators. |
|
static
|
TreeMultimap.create(Multimap<? extends K,? extends V> multimap)
Constructs a TreeMultimap , ordered by the natural ordering of its
keys and values, with the same mappings as the specified multimap. |
|
static TreeMultimap<Object,Object> |
TreeMultimap_CustomFieldSerializer.instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader in)
|
Methods in com.google.common.collect with parameters of type TreeMultimap | |
---|---|
static void |
TreeMultimap_CustomFieldSerializer.deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader in,
TreeMultimap<?,?> out)
|
static void |
TreeMultimap_CustomFieldSerializer.serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter out,
TreeMultimap<?,?> multimap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |