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.-
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.