| Package | Description |
|---|---|
| com.gs.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| com.gs.collections.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag. |
| com.gs.collections.impl.partition.bag.sorted |
This package contains implementations of the
PartitionSortedBag interface. |
| Modifier and Type | Method and Description |
|---|---|
PartitionSortedBag<T> |
SortedBag.partition(Predicate<? super T> predicate) |
PartitionSortedBag<T> |
SortedBag.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionSortedBag<T> |
SortedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSortedBag<T>
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based
on a Predicate.
|
interface |
PartitionMutableSortedBag<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionImmutableSortedBagImpl<T> |
class |
PartitionTreeBag<T> |
| Constructor and Description |
|---|
PartitionImmutableSortedBagImpl(PartitionSortedBag<T> partitionImmutableSortedBag) |
Copyright © 2004–2017. All rights reserved.