Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionSortedBag
Packages that use PartitionSortedBag
Package
Description
This package contains interfaces for SortedBag API.
This package contains interfaces for
PartitionSortedBag.This package contains implementations of the
PartitionSortedBag interface.-
Uses of PartitionSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionSortedBagModifier and TypeMethodDescriptionSortedBag.partitionWhile(Predicate<? super T> predicate) <P> PartitionSortedBag<T> SortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionSortedBag in org.eclipse.collections.api.partition.bag.sorted
Subinterfaces of PartitionSortedBag 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.interface -
Uses of PartitionSortedBag in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionSortedBagModifier and TypeClassDescriptionclassclassConstructors in org.eclipse.collections.impl.partition.bag.sorted with parameters of type PartitionSortedBagModifierConstructorDescriptionPartitionImmutableSortedBagImpl(PartitionSortedBag<T> partitionImmutableSortedBag)