| 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.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag. |
| com.gs.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| com.gs.collections.impl.partition.bag.sorted |
This package contains implementations of the
PartitionSortedBag interface. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedBag<T> |
ImmutableSortedBag.dropWhile(Predicate<? super T> predicate) |
ImmutableSortedBag<T> |
ImmutableSortedBag.newWith(T element) |
ImmutableSortedBag<T> |
ImmutableSortedBag.newWithAll(Iterable<? extends T> elements) |
ImmutableSortedBag<T> |
ImmutableSortedBag.newWithout(T element) |
ImmutableSortedBag<T> |
ImmutableSortedBag.newWithoutAll(Iterable<? extends T> elements) |
ImmutableSortedBag<T> |
ImmutableSortedBag.reject(Predicate<? super T> predicate) |
<P> ImmutableSortedBag<T> |
ImmutableSortedBag.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ImmutableSortedBag<T> |
ImmutableSortedBag.select(Predicate<? super T> predicate) |
ImmutableSortedBag<T> |
ImmutableSortedBag.selectByOccurrences(IntPredicate predicate) |
<S> ImmutableSortedBag<S> |
ImmutableSortedBag.selectInstancesOf(Class<S> clazz) |
<P> ImmutableSortedBag<T> |
ImmutableSortedBag.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ImmutableSortedBag<T> |
ImmutableSortedBag.takeWhile(Predicate<? super T> predicate) |
ImmutableSortedBag<T> |
SortedBag.toImmutable()
Convert the SortedBag to an ImmutableSortedBag.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedBag<V> |
ImmutableSortedBagMultimap.get(K key) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedBag<T> |
PartitionImmutableSortedBag.getRejected() |
ImmutableSortedBag<T> |
PartitionImmutableSortedBag.getSelected() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedBag<T> |
TreeBag.toImmutable() |
ImmutableSortedBag<T> |
UnmodifiableSortedBag.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSortedBag<T> |
PartitionImmutableSortedBagImpl.getRejected() |
ImmutableSortedBag<T> |
PartitionImmutableSortedBagImpl.getSelected() |
Copyright © 2004–2017. All rights reserved.