Uses of Interface
org.eclipse.collections.api.partition.bag.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
Modifier and TypeMethodDescriptionImmutableBagIterable.partitionWith
(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag
Modifier and TypeInterfaceDescriptioninterface
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate. -
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag.sorted
Modifier 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
-
Uses of PartitionImmutableBagIterable in org.eclipse.collections.impl.partition.bag.sorted