Package | Description |
---|---|
com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
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 |
---|---|
PartitionMutableSortedBag<T> |
MutableSortedBag.partition(Predicate<? super T> predicate) |
PartitionMutableSortedBag<T> |
MutableSortedBag.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableSortedBag<T> |
MutableSortedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
PartitionMutableSortedBag<T> |
TreeBag.partition(Predicate<? super T> predicate) |
PartitionMutableSortedBag<T> |
UnmodifiableSortedBag.partition(Predicate<? super T> predicate) |
PartitionMutableSortedBag<T> |
TreeBag.partitionWhile(Predicate<? super T> predicate) |
PartitionMutableSortedBag<T> |
UnmodifiableSortedBag.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableSortedBag<T> |
TreeBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSortedBag<T> |
UnmodifiableSortedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionTreeBag<T> |
Copyright © 2004–2017. All rights reserved.