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.-
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 TypeInterfaceDescriptioninterfaceA PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interfaceA PartitionMutableBag is the result of splitting a mutable bag into two mutable bags based on a Predicate.