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
Map
This package contains mutable and immutable sorted map interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
PartitionList
interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
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) -
Uses of PartitionMutableList in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return PartitionMutableListModifier and TypeMethodDescription<P> PartitionMutableList<T>
AbstractLazyIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return PartitionMutableListModifier and TypeMethodDescriptionAbstractMutableList.partitionWhile
(Predicate<? super T> predicate) ArrayListAdapter.partitionWhile
(Predicate<? super T> predicate) FastList.partitionWhile
(Predicate<? super T> predicate) ListAdapter.partitionWhile
(Predicate<? super T> predicate) MultiReaderFastList.partitionWhile
(Predicate<? super T> predicate) RandomAccessListAdapter.partitionWhile
(Predicate<? super T> predicate) SynchronizedMutableList.partitionWhile
(Predicate<? super T> predicate) UnmodifiableMutableList.partitionWhile
(Predicate<? super T> predicate) <P> PartitionMutableList<T>
AbstractListAdapter.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
AbstractMutableList.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
ArrayListAdapter.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
MultiReaderFastList.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
RandomAccessListAdapter.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
SynchronizedMutableList.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) <P> PartitionMutableList<T>
UnmodifiableMutableList.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable that return PartitionMutableListModifier and TypeMethodDescriptionOrderedMapAdapter.partitionWhile
(Predicate<? super V> predicate) UnmodifiableMutableOrderedMap.partitionWhile
(Predicate<? super V> predicate) <P> PartitionMutableList<V>
OrderedMapAdapter.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) <P> PartitionMutableList<V>
UnmodifiableMutableOrderedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return PartitionMutableListModifier and TypeMethodDescriptionSortedMapAdapter.partitionWhile
(Predicate<? super V> predicate) SynchronizedSortedMap.partitionWhile
(Predicate<? super V> predicate) TreeSortedMap.partitionWhile
(Predicate<? super V> predicate) UnmodifiableTreeMap.partitionWhile
(Predicate<? super V> predicate) <P> PartitionMutableList<V>
AbstractMutableSortedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) <P> PartitionMutableList<V>
SynchronizedSortedMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) <P> PartitionMutableList<V>
UnmodifiableTreeMap.partitionWith
(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionMutableList -
Uses of PartitionMutableList in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return PartitionMutableListModifier and TypeMethodDescriptionstatic <T> PartitionMutableList<T>
static <T> PartitionMutableList<T>
static <T> PartitionMutableList<T>
ArrayListIterate.partitionWhile
(ArrayList<T> list, Predicate<? super T> predicate) static <T> PartitionMutableList<T>
ListIterate.partitionWhile
(List<T> list, Predicate<? super T> predicate) static <T,
P> PartitionMutableList<T> ArrayListIterate.partitionWith
(ArrayList<T> list, Predicate2<? super T, ? super P> predicate, P parameter) static <T,
P> PartitionMutableList<T> ListIterate.partitionWith
(List<T> list, Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableList in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return PartitionMutableListModifier and TypeMethodDescriptionstatic <T> PartitionMutableList<T>
static <T> PartitionMutableList<T>
static <T> PartitionMutableList<T>
static <T> PartitionMutableList<T>
RandomAccessListIterate.partitionWhile
(List<T> list, Predicate<? super T> predicate) static <T,
P> PartitionMutableList<T> IterableIterate.partitionWith
(Iterable<T> iterable, Predicate2<? super T, ? super P> predicate, P parameter) static <T,
P> PartitionMutableList<T> IteratorIterate.partitionWith
(Iterator<T> iterator, Predicate2<? super T, ? super P> predicate, P parameter) static <T,
P> PartitionMutableList<T> RandomAccessListIterate.partitionWith
(List<T> list, Predicate2<? super T, ? super P> predicate, P parameter)