Uses of Interface
org.eclipse.collections.api.partition.set.PartitionSet
Packages that use PartitionSet
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 PartitionSet in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionSet in org.eclipse.collections.api.partition.setModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfaceA PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.interfaceA PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interfaceA PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.interfaceA PartitionUnsortedSet is the result of splitting two UnsortedSetIterable on a Predicate. - 
Uses of PartitionSet in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSet in org.eclipse.collections.api.partition.set.sortedModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interfaceA PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interfaceA PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate. - 
Uses of PartitionSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionSetModifier and TypeMethodDescription<P> PartitionSet<T>SetIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)  - 
Uses of PartitionSet in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionSet - 
Uses of PartitionSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionSetModifier and TypeClassDescriptionclassclass - 
Uses of PartitionSet in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionSet