| Package | Description |
|---|---|
| org.eclipse.collections.api.bimap |
This package contains interfaces for BiMap API.
|
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableSet<V> |
MutableBiMap.partition(Predicate<? super V> predicate) |
<P> PartitionMutableSet<V> |
MutableBiMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableSet<T> |
MutableSet.partition(Predicate<? super T> predicate) |
<P> PartitionMutableSet<T> |
MutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2023. All rights reserved.