| Package | Description |
|---|---|
| org.eclipse.collections.api.partition.set |
This package contains interfaces for
PartitionSet. |
| org.eclipse.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet. |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableSet<T>
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets 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.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableSetIterable<T> |
ImmutableSetIterable.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableSetIterable<T> |
ImmutableSetIterable.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.