Uses of Interface
org.eclipse.collections.api.partition.ordered.PartitionOrderedIterable
Packages that use PartitionOrderedIterable
Package
Description
This package contains interfaces for
PartitionSortedBag.This package contains interfaces for
PartitionList.This package contains interfaces for
PartitionSortedSet.This package contains interfaces for
PartitionStack.-
Uses of PartitionOrderedIterable in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered that return PartitionOrderedIterableModifier and TypeMethodDescriptionOrderedIterable.partitionWhile(Predicate<? super T> predicate) Returns a Partition of the initial elements that satisfy the Predicate and the remaining elements.OrderedIterable.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionOrderedIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionOrderedIterable in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interfaceinterface -
Uses of PartitionOrderedIterable in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionOrderedIterable in org.eclipse.collections.api.partition.listModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.interfaceA PartitionList is the result of splitting a ListIterable into two ListIterables based on a Predicate.interfaceA PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Uses of PartitionOrderedIterable in org.eclipse.collections.api.partition.ordered
Subinterfaces of PartitionOrderedIterable in org.eclipse.collections.api.partition.orderedModifier and TypeInterfaceDescriptioninterfaceA PartitionReversibleIterable is the result of splitting a ReversibleIterable into two ReversibleIterables based on a Predicate.interfaceA PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables based on a Predicate. -
Uses of PartitionOrderedIterable in org.eclipse.collections.api.partition.set.sorted
Subinterfaces of PartitionOrderedIterable 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.interfaceA PartitionSortedSet is the result of splitting a SortedSetIterable into two SortedSetIterables based on a Predicate. -
Uses of PartitionOrderedIterable in org.eclipse.collections.api.partition.stack
Subinterfaces of PartitionOrderedIterable in org.eclipse.collections.api.partition.stackModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.interfaceA PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.interfaceA PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.