Uses of Interface
org.eclipse.collections.api.partition.list.PartitionMutableList
Packages that use PartitionMutableList
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.
-
Uses of PartitionMutableList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return PartitionMutableListModifier and TypeMethodDescriptionMutableList.partitionWhile(Predicate<? super T> predicate) <P> PartitionMutableList<T>MutableList.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionMutableListModifier and TypeMethodDescriptionMutableOrderedMap.partitionWhile(Predicate<? super V> predicate) <P> PartitionMutableList<V>MutableOrderedMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return PartitionMutableListModifier and TypeMethodDescriptionMutableSortedMap.partitionWhile(Predicate<? super V> predicate) <P> PartitionMutableList<V>MutableSortedMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter)