Uses of Interface
org.eclipse.collections.api.partition.set.PartitionMutableSetIterable
Package
Description
This package contains interfaces for
PartitionSet
.This package contains interfaces for
PartitionSortedSet
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionMutableSet
interface.-
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate. -
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.partition.set.sorted
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate. -
Uses of PartitionMutableSetIterable in org.eclipse.collections.api.set
Modifier and TypeMethodDescriptionMutableSetIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set
-
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set.sorted
-
Uses of PartitionMutableSetIterable in org.eclipse.collections.impl.partition.set.strategy