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.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
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> MutableSortedBagMultimap<V,T> |
MutableSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedBagMultimap<V,T> |
MutableSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Method and Description |
---|---|
MutableSortedBagMultimap<K,V> |
MutableSortedBagMultimap.newEmpty() |
MutableSortedBagMultimap<K,V> |
SortedBagMultimap.toMutable() |
Modifier and Type | Method and Description |
---|---|
<V> MutableSortedBagMultimap<V,T> |
UnmodifiableSortedBag.groupBy(Function<? super T,? extends V> function) |
<V> MutableSortedBagMultimap<V,T> |
UnmodifiableSortedBag.groupByEach(Function<? super T,? extends Iterable<V>> function) |
Modifier and Type | Class and Description |
---|---|
class |
TreeBagMultimap<K,V>
Deprecated.
in 5.0. Use
TreeBagMultimap instead. |
Modifier and Type | Method and Description |
---|---|
MutableSortedBagMultimap<K,V> |
TreeBagMultimap.toMutable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MutableSortedBagMultimap<K,V> |
TreeBagMultimap.toMutable() |
Copyright © 2004–2019. All rights reserved.