Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionUnsortedBag
Packages that use PartitionUnsortedBag
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
PartitionBag
.This package contains implementations of the
PartitionBag
interface.-
Uses of PartitionUnsortedBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionUnsortedBagModifier and TypeMethodDescription -
Uses of PartitionUnsortedBag in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionUnsortedBag 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.interface
A PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate. -
Uses of PartitionUnsortedBag in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionUnsortedBag