Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionMutableSortedSet
Packages that use PartitionMutableSortedSet
Package
Description
This package contains interfaces for sorted set API.
This package contains implementations of the
PartitionSet interface.This package contains implementations of
MutableSortedSet.-
Uses of PartitionMutableSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionMutableSortedSetModifier and TypeMethodDescriptionMutableSortedSet.partitionWhile(Predicate<? super T> predicate) MutableSortedSet.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSortedSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionMutableSortedSet -
Uses of PartitionMutableSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return PartitionMutableSortedSetModifier and TypeMethodDescriptionSortedSetAdapter.partitionWhile(Predicate<? super T> predicate) SynchronizedSortedSet.partitionWhile(Predicate<? super T> predicate) TreeSortedSet.partitionWhile(Predicate<? super T> predicate) UnmodifiableSortedSet.partitionWhile(Predicate<? super T> predicate) SortedSetAdapter.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedSortedSet.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) TreeSortedSet.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) UnmodifiableSortedSet.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter)