| Package | Description |
|---|---|
| org.eclipse.collections.api.bimap |
This package contains interfaces for BiMap API.
|
| org.eclipse.collections.api.partition.set |
This package contains interfaces for
PartitionSet. |
| Modifier and Type | Method and Description |
|---|---|
PartitionUnsortedSet<V> |
BiMap.partition(Predicate<? super V> predicate) |
<P> PartitionUnsortedSet<V> |
BiMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| 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.
|
interface |
PartitionMutableSet<T>
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.
|
Copyright © 2004–2022. All rights reserved.