Uses of Interface
org.eclipse.collections.api.partition.list.PartitionImmutableList
Packages that use PartitionImmutableList
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
MutableSortedMap
interface.This package contains implementations of the
PartitionList
interface.-
Uses of PartitionImmutableList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return PartitionImmutableListModifier and TypeMethodDescriptionImmutableList.partitionWhile
(Predicate<? super T> predicate) <P> PartitionImmutableList<T>
ImmutableList.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionImmutableListModifier and TypeMethodDescriptionImmutableOrderedMap.partitionWhile
(Predicate<? super V> predicate) <P> PartitionImmutableList<V>
ImmutableOrderedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return PartitionImmutableListModifier and TypeMethodDescription<P> PartitionImmutableList<V>
ImmutableSortedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.api.partition.list
Methods in org.eclipse.collections.api.partition.list that return PartitionImmutableList -
Uses of PartitionImmutableList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return PartitionImmutableListModifier and TypeMethodDescriptionAbstractImmutableSortedMap.partitionWhile
(Predicate<? super V> predicate) <P> PartitionImmutableList<V>
AbstractImmutableSortedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionImmutableList in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionImmutableListMethods in org.eclipse.collections.impl.partition.list that return PartitionImmutableList