Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionMutableSortedBag
-
Packages that use PartitionMutableSortedBag Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBag
interface. -
-
Uses of PartitionMutableSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionMutableSortedBag Modifier and Type Method Description PartitionMutableSortedBag<T>
MutableSortedBag. partition(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
MutableSortedBag. partitionWhile(Predicate<? super T> predicate)
<P> PartitionMutableSortedBag<T>
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 PartitionMutableSortedBag Modifier and Type Method Description PartitionMutableSortedBag<T>
AbstractMutableSortedBag. partition(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
SynchronizedSortedBag. partition(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
UnmodifiableSortedBag. partition(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
AbstractMutableSortedBag. partitionWhile(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
SynchronizedSortedBag. partitionWhile(Predicate<? super T> predicate)
PartitionMutableSortedBag<T>
UnmodifiableSortedBag. partitionWhile(Predicate<? super T> predicate)
<P> PartitionMutableSortedBag<T>
AbstractMutableSortedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableSortedBag<T>
SynchronizedSortedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableSortedBag<T>
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 Modifier and Type Class Description class
PartitionTreeBag<T>
-