Package | Description |
---|---|
com.gs.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
com.gs.collections.api.multimap.sortedset |
This package contains interfaces for
SortedSetMultimap . |
com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
com.gs.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
com.gs.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
com.gs.collections.impl.multimap.set.sorted |
This package contains implementations of the
SortedSetMultimap interface. |
com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method and Description |
---|---|
MutableSortedSetMultimap<V,K> |
MutableSortedMap.flip() |
Modifier and Type | Method and Description |
---|---|
MutableSortedSetMultimap<K,V> |
MutableSortedSetMultimap.newEmpty() |
MutableSortedSetMultimap<K,V> |
SortedSetMultimap.toMutable() |
Modifier and Type | Method and Description |
---|---|
<V> MutableSortedSetMultimap<V,T> |
MutableSortedSet.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedSetMultimap<V,T> |
MutableSortedSet.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
<K,V> MutableSortedSetMultimap<K,V> |
Multimaps.MutableMultimaps.MutableSortedSetMultimapFactory.with(Comparator<V> comparator) |
<K,V> MutableSortedSetMultimap<K,V> |
Multimaps.MutableMultimaps.MutableSortedSetMultimapFactory.with(Comparator<V> comparator,
K key,
V value) |
<K,V> MutableSortedSetMultimap<K,V> |
Multimaps.MutableMultimaps.MutableSortedSetMultimapFactory.with(Comparator<V> comparator,
K key1,
V value1,
K key2,
V value2) |
<K,V> MutableSortedSetMultimap<K,V> |
Multimaps.MutableMultimaps.MutableSortedSetMultimapFactory.with(Comparator<V> comparator,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
Modifier and Type | Method and Description |
---|---|
MutableSortedSetMultimap<V,K> |
AbstractMutableSortedMap.flip() |
MutableSortedSetMultimap<V,K> |
UnmodifiableTreeMap.flip() |
MutableSortedSetMultimap<V,K> |
SynchronizedSortedMap.flip() |
Modifier and Type | Class and Description |
---|---|
class |
TreeSortedSetMultimap<K,V> |
Modifier and Type | Method and Description |
---|---|
MutableSortedSetMultimap<K,V> |
ImmutableSortedSetMultimapImpl.toMutable() |
MutableSortedSetMultimap<K,V> |
TreeSortedSetMultimap.toMutable() |
Modifier and Type | Method and Description |
---|---|
<V> MutableSortedSetMultimap<V,T> |
UnmodifiableSortedSet.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedSetMultimap<V,T> |
SynchronizedSortedSet.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedSetMultimap<V,T> |
UnmodifiableSortedSet.groupByEach(Function<? super T,? extends Iterable<V>> function) |
<V> MutableSortedSetMultimap<V,T> |
SynchronizedSortedSet.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableSortedSetMultimap<V,K> |
MapIterate.flip(SortedMapIterable<K,V> iMap) |
Copyright © 2004–2019. All rights reserved.