| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Method and Description |
|---|---|
abstract <K extends K0,V extends V0> |
MultimapBuilder.SortedSetMultimapBuilder.build() |
<K extends K0,V extends V0> |
MultimapBuilder.SortedSetMultimapBuilder.build(Multimap<? extends K,? extends V> multimap) |
static <K,V> SortedSetMultimap<K,V> |
Multimaps.newSortedSetMultimap(Map<K,Collection<V>> map,
Supplier<? extends SortedSet<V>> factory)
Creates a new
SortedSetMultimap that uses the provided map and
factory. |
static <K,V> SortedSetMultimap<K,V> |
Multimaps.synchronizedSortedSetMultimap(SortedSetMultimap<K,V> multimap)
Returns a synchronized (thread-safe)
SortedSetMultimap backed by
the specified multimap. |
static <K,V> SortedSetMultimap<K,V> |
Multimaps.unmodifiableSortedSetMultimap(SortedSetMultimap<K,V> delegate)
Returns an unmodifiable view of the specified
SortedSetMultimap. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,SortedSet<V>> |
Multimaps.asMap(SortedSetMultimap<K,V> multimap)
Returns
multimap.asMap(), with its type
corrected from Map<K, Collection<V>> to
Map<K, SortedSet<V>>. |
static <K,V> SortedSetMultimap<K,V> |
Multimaps.synchronizedSortedSetMultimap(SortedSetMultimap<K,V> multimap)
Returns a synchronized (thread-safe)
SortedSetMultimap backed by
the specified multimap. |
static <K,V> SortedSetMultimap<K,V> |
Multimaps.unmodifiableSortedSetMultimap(SortedSetMultimap<K,V> delegate)
Returns an unmodifiable view of the specified
SortedSetMultimap. |
Copyright © 2020. All rights reserved.