Uses of Interface
org.eclipse.collections.api.partition.list.PartitionList
Packages that use PartitionList
Package
Description
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
PartitionList
.This package contains implementations of the
PartitionList
interface.-
Uses of PartitionList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return PartitionListModifier and TypeMethodDescriptionListIterable.partitionWhile
(Predicate<? super T> predicate) Returns a Partition of the initial elements that satisfy the Predicate and the remaining elements.<P> PartitionList<T>
ListIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionListModifier and TypeMethodDescriptionOrderedMap.partitionWhile
(Predicate<? super V> predicate) <P> PartitionList<V>
OrderedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return PartitionListModifier and TypeMethodDescriptionSortedMapIterable.partitionWhile
(Predicate<? super V> predicate) <P> PartitionList<V>
SortedMapIterable.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionList in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionList in org.eclipse.collections.api.partition.listModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.interface
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Uses of PartitionList in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionList