| Package | Description |
|---|---|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag. |
| org.eclipse.collections.api.partition.list |
This package contains interfaces for
PartitionList. |
| org.eclipse.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet. |
| Modifier and Type | Method and Description |
|---|---|
PartitionReversibleIterable<T> |
ReversibleIterable.partition(Predicate<? super T> predicate) |
PartitionReversibleIterable<T> |
ReversibleIterable.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionReversibleIterable<T> |
ReversibleIterable.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> |
interface |
PartitionSortedBag<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableList<T>
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.
|
interface |
PartitionList<T>
A PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.
|
interface |
PartitionMutableList<T>
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based
on a Predicate.
|
interface |
PartitionMutableSortedSet<T>
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.
|
interface |
PartitionSortedSet<T>
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.
|
Copyright © 2004–2022. All rights reserved.