Uses of Interface
org.eclipse.collections.api.partition.ordered.PartitionSortedIterable
Packages that use PartitionSortedIterable
Package
Description
This package contains interfaces for
PartitionSortedBag
.This package contains interfaces for
PartitionSortedSet
.This package contains implementations of the
PartitionSortedBag
interface.This package contains implementations of the
PartitionSet
interface.-
Uses of PartitionSortedIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return PartitionSortedIterableModifier and TypeMethodDescriptionSortedIterable.partitionWhile
(Predicate<? super T> predicate) Returns a Partition of the initial elements that satisfy the Predicate and the remaining elements. -
Uses of PartitionSortedIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionSortedIterable in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interface
interface
-
Uses of PartitionSortedIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionSortedIterable in org.eclipse.collections.api.partition.set.sortedModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based on a Predicate.interface
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate.interface
A PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate. -
Uses of PartitionSortedIterable in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionSortedIterableModifier and TypeClassDescriptionclass
class
-
Uses of PartitionSortedIterable in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionSortedIterableModifier and TypeClassDescriptionclass
class