Uses of Interface
org.eclipse.collections.api.partition.PartitionMutableCollection
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains interfaces for
PartitionBag
.This package contains interfaces for
PartitionSortedBag
.This package contains interfaces for
PartitionList
.This package contains interfaces for
PartitionSet
.This package contains interfaces for
PartitionSortedSet
.This package contains implementations of
Procedure
and Procedure2
.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the
MapIterable
interface.This package contains implementations of the
PartitionBag
interface.This package contains implementations of the
PartitionSortedBag
interface.This package contains implementations of the
PartitionList
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionSet
interface.This package contains implementations of the
PartitionMutableSet
interface.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of PartitionMutableCollection in org.eclipse.collections.api.collection
Modifier and TypeMethodDescriptionFilters a collection into a PartitionedIterable based on the evaluation of the predicate.MutableCollection.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) Filters a collection into a PartitionIterable based on the evaluation of the predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.api.map
Modifier and TypeMethodDescription -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.bag
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.interface
A PartitionMutableBagIterable is the result of splitting a mutable bag into two MutableBagIterables based on a Predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.bag.sorted
-
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.list
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableList is the result of splitting a mutable list into two mutable lists based on a Predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.set
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interface
A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables based on a Predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.set.sorted
Modifier and TypeInterfaceDescriptioninterface
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted sets based on a Predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.block.procedure
ModifierConstructorDescriptionPartitionPredicate2Procedure
(Predicate2<? super T, ? super P> predicate, P parameter, PartitionMutableCollection<T> partitionMutableCollection) PartitionProcedure
(Predicate<? super T> predicate, PartitionMutableCollection<T> partitionMutableCollection) -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.collection.mutable
Modifier and TypeMethodDescriptionAbstractCollectionAdapter.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) AbstractSynchronizedMutableCollection.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) AbstractUnmodifiableMutableCollection.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.collector
Modifier and TypeMethodDescriptionstatic <T,
R extends PartitionMutableCollection<T>>
Collector<T,?, R> Returns all elements of the stream split into a PartitionMutableCollection after evaluating the predicate.static <T,
P, R extends PartitionMutableCollection<T>>
Collector<T,?, R> Collectors2.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter, Supplier<R> supplier) Returns all elements of the stream split into a PartitionMutableCollection after evaluating the predicate. -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.map
Modifier and TypeMethodDescription -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.bag
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.bag.sorted
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.list
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set.sorted
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set.strategy
-
Uses of PartitionMutableCollection in org.eclipse.collections.impl.utility.internal
Modifier and TypeMethodDescriptionstatic <T,
R extends PartitionMutableCollection<T>>
RIterableIterate.partitionWhile
(Iterable<T> iterable, Predicate<? super T> predicate, R target) static <T,
R extends PartitionMutableCollection<T>>
RIteratorIterate.partitionWhile
(Iterator<T> iterator, Predicate<? super T> predicate, R target)