Uses of Interface
org.eclipse.collections.api.partition.PartitionMutableCollection
Packages that use PartitionMutableCollection
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
MapThis 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
Methods in org.eclipse.collections.api.collection that return PartitionMutableCollectionModifier 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
Methods in org.eclipse.collections.api.map that return PartitionMutableCollectionModifier and TypeMethodDescription -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionMutableCollection in org.eclipse.collections.api.partition.bagModifier and TypeInterfaceDescriptioninterfaceA PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.interfaceA 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
Subinterfaces of PartitionMutableCollection in org.eclipse.collections.api.partition.bag.sorted -
Uses of PartitionMutableCollection in org.eclipse.collections.api.partition.list
Subinterfaces of PartitionMutableCollection in org.eclipse.collections.api.partition.listModifier and TypeInterfaceDescriptioninterfaceA 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
Subinterfaces of PartitionMutableCollection in org.eclipse.collections.api.partition.setModifier and TypeInterfaceDescriptioninterfaceA PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.interfaceA 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
Subinterfaces of PartitionMutableCollection in org.eclipse.collections.api.partition.set.sortedModifier and TypeInterfaceDescriptioninterfaceA 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
Fields in org.eclipse.collections.impl.block.procedure declared as PartitionMutableCollectionModifier and TypeFieldDescriptionprivate final PartitionMutableCollection<T> PartitionPredicate2Procedure.partitionMutableCollectionprivate final PartitionMutableCollection<T> PartitionProcedure.partitionMutableCollectionConstructors in org.eclipse.collections.impl.block.procedure with parameters of type PartitionMutableCollectionModifierConstructorDescriptionPartitionPredicate2Procedure(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
Methods in org.eclipse.collections.impl.collection.mutable that return PartitionMutableCollectionModifier 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
Methods in org.eclipse.collections.impl.collector with type parameters of type PartitionMutableCollectionModifier and TypeMethodDescriptionprivate static <T, R extends PartitionMutableCollection<T>>
BinaryOperator<R> Collectors2.mergePartitions()static <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
Methods in org.eclipse.collections.impl.map that return PartitionMutableCollectionModifier and TypeMethodDescription -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.list
Classes in org.eclipse.collections.impl.partition.list that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set
Classes in org.eclipse.collections.impl.partition.set that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set.sorted
Classes in org.eclipse.collections.impl.partition.set.sorted that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.partition.set.strategy
Classes in org.eclipse.collections.impl.partition.set.strategy that implement PartitionMutableCollection -
Uses of PartitionMutableCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type PartitionMutableCollectionModifier 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)