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