| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| 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) |
Copyright © 2004–2017. All rights reserved.