Uses of Interface
org.eclipse.collections.api.partition.set.sorted.PartitionImmutableSortedSet
Packages that use PartitionImmutableSortedSet
Package
Description
This package contains interfaces for
PartitionSortedSet
.This package contains interfaces for sorted set API.
This package contains implementations of the
PartitionSet
interface.This package contains implementations of
ImmutableSortedSet
.-
Uses of PartitionImmutableSortedSet in org.eclipse.collections.api.partition.set.sorted
Methods in org.eclipse.collections.api.partition.set.sorted that return PartitionImmutableSortedSet -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return PartitionImmutableSortedSetModifier and TypeMethodDescriptionImmutableSortedSet.partitionWhile
(Predicate<? super T> predicate) ImmutableSortedSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionImmutableSortedSetMethods in org.eclipse.collections.impl.partition.set.sorted that return PartitionImmutableSortedSet -
Uses of PartitionImmutableSortedSet in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return PartitionImmutableSortedSetModifier and TypeMethodDescriptionAbstractImmutableSortedSet.partitionWhile
(Predicate<? super T> predicate) AbstractImmutableSortedSet.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter)