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 . |
org.eclipse.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
org.eclipse.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
Modifier and Type | Method | 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 | 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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PartitionImmutableSetImpl<T> |
|
class |
PartitionUnifiedSet<T> |
Modifier and Type | Class | Description |
---|---|---|
class |
PartitionUnifiedSetWithHashingStrategy<T> |
Copyright © 2004–2017. All rights reserved.