Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable
-
Packages that use PartitionImmutableBagIterable 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.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag
.org.eclipse.collections.impl.partition.bag This package contains implementations of thePartitionBag
interface.org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBag
interface. -
-
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionImmutableBagIterable Modifier and Type Method Description PartitionImmutableBagIterable<T>
ImmutableBagIterable. partition(Predicate<? super T> predicate)
<P> PartitionImmutableBagIterable<T>
ImmutableBagIterable. 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.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.Methods in org.eclipse.collections.api.partition.bag that return PartitionImmutableBagIterable Modifier and Type Method Description PartitionImmutableBagIterable<T>
PartitionMutableBagIterable. toImmutable()
-
Uses of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionImmutableBagIterable in org.eclipse.collections.api.partition.bag.sorted Modifier and Type Interface Description interface
PartitionImmutableSortedBag<T>
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
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionImmutableBagIterable Modifier and Type Class Description class
PartitionImmutableBagImpl<T>
-
Uses of PartitionImmutableBagIterable in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionImmutableBagIterable Modifier and Type Class Description class
PartitionImmutableSortedBagImpl<T>
-