Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable
Packages that use PartitionImmutableBagIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
PartitionBag
.This package contains interfaces for
PartitionSortedBag
.This package contains implementations of the
PartitionBag
interface.This package contains implementations of the
PartitionSortedBag
interface.-
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionImmutableBagIterableModifier and TypeMethodDescriptionImmutableBagIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bagModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.Methods in org.eclipse.collections.api.partition.bag that return PartitionImmutableBagIterable -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag.sortedModifier and TypeInterfaceDescriptioninterface
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate. -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionImmutableBagIterable -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionImmutableBagIterable