Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionBag
Packages that use PartitionBag
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for
PartitionBag.This package contains interfaces for
PartitionSortedBag.-
Uses of PartitionBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionBagModifier and TypeMethodDescription<P> PartitionBag<T>Bag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionBagModifier and TypeMethodDescription<P> PartitionBag<V>UnsortedMapIterable.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return PartitionBagModifier and TypeMethodDescription<P> PartitionBag<V>PrimitiveObjectMap.partitionWith(Predicate2<? super V, ? super P> predicate, P parameter) -
Uses of PartitionBag in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionBag in org.eclipse.collections.api.partition.bagModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfaceA PartitionImmutableBagIterable is the result of splitting a mutable bag into two ImmutableBagIterables based on a Predicate.interfaceA 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.interface -
Uses of PartitionBag in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionBag in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterfaceA PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interfaceinterface