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
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
PartitionList.-
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