Uses of Interface
org.eclipse.collections.api.partition.set.PartitionSet
-
Packages that use PartitionSet Package Description org.eclipse.collections.api.partition.set This package contains interfaces forPartitionSet.org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet. -
-
Uses of PartitionSet in org.eclipse.collections.api.partition.set
Subinterfaces of PartitionSet in org.eclipse.collections.api.partition.set Modifier and Type Interface Description interfacePartitionImmutableSet<T>A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.interfacePartitionImmutableSetIterable<T>A PartitionImmutableSetIterable is the result of splitting a ImmutableSetIterable into two ImmutableSetIterables based on a Predicate.interfacePartitionMutableSet<T>A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interfacePartitionMutableSetIterable<T>A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate.interfacePartitionUnsortedSet<T>A 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.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedSet<T>A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interfacePartitionMutableSortedSet<T>A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interfacePartitionSortedSet<T>A 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 PartitionSet Modifier and Type Method Description PartitionSet<T>SetIterable. partition(Predicate<? super T> predicate)<P> PartitionSet<T>SetIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-