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