Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionUnsortedBag
-
Packages that use PartitionUnsortedBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.partition.bag This package contains interfaces forPartitionBag
.org.eclipse.collections.impl.partition.bag This package contains implementations of thePartitionBag
interface. -
-
Uses of PartitionUnsortedBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionUnsortedBag Modifier and Type Method Description PartitionUnsortedBag<T>
UnsortedBag. partition(Predicate<? super T> predicate)
-
Uses of PartitionUnsortedBag in org.eclipse.collections.api.partition.bag
Subinterfaces of PartitionUnsortedBag in org.eclipse.collections.api.partition.bag Modifier and Type Interface Description interface
PartitionImmutableBag<T>
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.interface
PartitionMutableBag<T>
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 Modifier and Type Class Description class
PartitionHashBag<T>
class
PartitionImmutableBagImpl<T>
-