Package | Description |
---|---|
com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
com.gs.collections.api.multimap.sortedbag |
This package contains interfaces for
SortedBagMultimap . |
com.gs.collections.impl.multimap.bag |
This package contains implementations of the
BagMultimap interface. |
com.gs.collections.impl.multimap.bag.sorted |
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSortedBagMultimap<V,T> |
ImmutableSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> ImmutableSortedBagMultimap<V,T> |
ImmutableSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimap.newEmpty() |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimap.newWith(K key,
V value) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimap.newWithAll(K key,
Iterable<? extends V> values) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimap.newWithout(Object key,
Object value) |
ImmutableSortedBagMultimap<K,V> |
ImmutableSortedBagMultimap.newWithoutAll(Object key) |
ImmutableSortedBagMultimap<K,V> |
SortedBagMultimap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
TreeBagMultimap.toImmutable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSortedBagMultimap<K,V> |
TreeBagMultimap.toImmutable() |
Copyright © 2004–2018. All rights reserved.