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 . |
org.eclipse.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
org.eclipse.collections.impl.partition.set.sorted |
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 | 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 |
PartitionImmutableSetIterable<T>
A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables 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.
|
interface |
PartitionMutableSetIterable<T>
A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.
|
interface |
PartitionUnsortedSet<T>
A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable 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.
|
interface |
PartitionMutableSortedSet<T>
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.
|
interface |
PartitionSortedSet<T>
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate.
|
Modifier and Type | Method and Description |
---|---|
PartitionSet<T> |
SetIterable.partition(Predicate<? super T> predicate) |
<P> PartitionSet<T> |
SetIterable.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSetImpl<T> |
class |
PartitionUnifiedSet<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSortedSetImpl<T> |
class |
PartitionTreeSortedSet<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionUnifiedSetWithHashingStrategy<T> |
Copyright © 2004–2016. All rights reserved.