Uses of Interface
org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable
Packages that use PartitionImmutableSetIterable
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.-
Uses of PartitionImmutableSetIterable in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionImmutableSetIterable 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. -
Uses of PartitionImmutableSetIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionImmutableSetIterable 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. -
Uses of PartitionImmutableSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return PartitionImmutableSetIterableModifier and TypeMethodDescriptionImmutableSetIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)