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 . |
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. |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
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) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionUnifiedSet<T> |
Constructor and Description |
---|
PartitionImmutableSetImpl(PartitionMutableSet<T> mutablePartition) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionUnifiedSetWithHashingStrategy<T> |
Modifier and Type | Method and Description |
---|---|
PartitionMutableSet<T> |
UnifiedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSet<T> |
SetAdapter.partition(Predicate<? super T> predicate) |
PartitionMutableSet<T> |
AbstractMutableSet.partition(Predicate<? super T> predicate) |
PartitionMutableSet<T> |
SynchronizedMutableSet.partition(Predicate<? super T> predicate) |
PartitionMutableSet<T> |
MultiReaderUnifiedSet.partition(Predicate<? super T> predicate) |
PartitionMutableSet<T> |
UnmodifiableMutableSet.partition(Predicate<? super T> predicate) |
<P> PartitionMutableSet<T> |
UnifiedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSet<T> |
SetAdapter.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSet<T> |
AbstractMutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSet<T> |
SynchronizedMutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSet<T> |
MultiReaderUnifiedSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableSet<T> |
UnmodifiableMutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
PartitionMutableSet<T> |
UnifiedSetWithHashingStrategy.partition(Predicate<? super T> predicate) |
<P> PartitionMutableSet<T> |
UnifiedSetWithHashingStrategy.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2016. All rights reserved.