Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionMutableSortedBag
Packages that use PartitionMutableSortedBag
Package
Description
This package contains interfaces for SortedBag API.
This package contains implementations of
MutableSortedBag.This package contains implementations of the
PartitionSortedBag interface.-
Uses of PartitionMutableSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionMutableSortedBagModifier and TypeMethodDescriptionMutableSortedBag.partitionWhile(Predicate<? super T> predicate) MutableSortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSortedBag in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return PartitionMutableSortedBagModifier and TypeMethodDescriptionAbstractMutableSortedBag.partitionWhile(Predicate<? super T> predicate) SynchronizedSortedBag.partitionWhile(Predicate<? super T> predicate) UnmodifiableSortedBag.partitionWhile(Predicate<? super T> predicate) AbstractMutableSortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) SynchronizedSortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) UnmodifiableSortedBag.partitionWith(Predicate2<? super T, ? super P> predicate, P parameter) -
Uses of PartitionMutableSortedBag in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionMutableSortedBag