| 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 |
|---|---|
PartitionImmutableSortedBag<T> |
ImmutableSortedBag.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableSortedBag<T> |
ImmutableSortedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableSortedBag<T> |
PartitionMutableSortedBag.toImmutable() |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionImmutableSortedBagImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableSortedBag<T> |
PartitionTreeBag.toImmutable() |
Copyright © 2004–2017. All rights reserved.