|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedSetMultimap | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of SortedSetMultimap in com.google.common.collect |
---|
Classes in com.google.common.collect that implement SortedSetMultimap | |
---|---|
class |
TreeMultimap<K,V>
Implementation of Multimap whose keys and values are ordered by
their natural ordering or by supplied comparators. |
Methods in com.google.common.collect that return SortedSetMultimap | ||
---|---|---|
static
|
Multimaps.newSortedSetMultimap(Map<K,Collection<V>> map,
Supplier<? extends SortedSet<V>> factory)
Creates a new SortedSetMultimap that uses the provided map and
factory. |
|
static
|
Multimaps.synchronizedSortedSetMultimap(SortedSetMultimap<K,V> multimap)
Returns a synchronized (thread-safe) SortedSetMultimap backed by
the specified multimap. |
|
static
|
Multimaps.unmodifiableSortedSetMultimap(SortedSetMultimap<K,V> delegate)
Returns an unmodifiable view of the specified SortedSetMultimap . |
Methods in com.google.common.collect with parameters of type SortedSetMultimap | ||
---|---|---|
static
|
Multimaps.synchronizedSortedSetMultimap(SortedSetMultimap<K,V> multimap)
Returns a synchronized (thread-safe) SortedSetMultimap backed by
the specified multimap. |
|
static
|
Multimaps.unmodifiableSortedSetMultimap(SortedSetMultimap<K,V> delegate)
Returns an unmodifiable view of the specified SortedSetMultimap . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |