Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionSortedSet
-
Packages that use PartitionSortedSet Package Description org.eclipse.collections.api.partition.set.sorted This package contains interfaces forPartitionSortedSet
.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.impl.partition.set.sorted This package contains implementations of thePartitionSet
interface. -
-
Uses of PartitionSortedSet in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSortedSet in org.eclipse.collections.api.partition.set.sorted Modifier and Type Interface Description interface
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interface
PartitionMutableSortedSet<T>
A 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 PartitionSortedSet Modifier and Type Method Description PartitionSortedSet<T>
SortedSetIterable. partition(Predicate<? super T> predicate)
PartitionSortedSet<T>
SortedSetIterable. partitionWhile(Predicate<? super T> predicate)
<P> PartitionSortedSet<T>
SortedSetIterable. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionSortedSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionSortedSet Modifier and Type Class Description class
PartitionImmutableSortedSetImpl<T>
class
PartitionTreeSortedSet<T>
-