Uses of Interface
org.eclipse.collections.api.partition.list.PartitionMutableList
-
Packages that use PartitionMutableList Package Description org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.sorted This 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 PartitionMutableList Modifier and Type Method Description PartitionMutableList<T>MutableList. partition(Predicate<? super T> predicate)PartitionMutableList<T>MutableList. 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 PartitionMutableList Modifier and Type Method Description PartitionMutableList<V>MutableOrderedMap. partition(Predicate<? super V> predicate)PartitionMutableList<V>MutableOrderedMap. 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 PartitionMutableList Modifier and Type Method Description PartitionMutableList<V>MutableSortedMap. partition(Predicate<? super V> predicate)PartitionMutableList<V>MutableSortedMap. partitionWhile(Predicate<? super V> predicate)<P> PartitionMutableList<V>MutableSortedMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-