Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionSortedSet
Packages that use PartitionSortedSet
Package
Description
This package contains interfaces for
PartitionSortedSet.This package contains interfaces for sorted set API.
-
Uses of PartitionSortedSet in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSortedSet 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. -
Uses of PartitionSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionSortedSetModifier and TypeMethodDescriptionSortedSetIterable.partitionWhile(Predicate<? super T> predicate) <P> PartitionSortedSet<T>SortedSetIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)