| Package | Description |
|---|---|
| com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| com.gs.collections.impl.partition.set.sorted |
This package contains implementations of the
PartitionSet interface. |
| com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableSortedSet<T> |
MutableSortedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
MutableSortedSet.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableSortedSet<T> |
MutableSortedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionTreeSortedSet<T> |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableSortedSet<T> |
TreeSortedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
SynchronizedSortedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
SortedSetAdapter.partition(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
UnmodifiableSortedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
TreeSortedSet.partitionWhile(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
SynchronizedSortedSet.partitionWhile(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
SortedSetAdapter.partitionWhile(Predicate<? super T> predicate) |
PartitionMutableSortedSet<T> |
UnmodifiableSortedSet.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableSortedSet<T> |
TreeSortedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSortedSet<T> |
SynchronizedSortedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSortedSet<T> |
SortedSetAdapter.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSortedSet<T> |
UnmodifiableSortedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2017. All rights reserved.