Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionImmutableSortedBag
-
Packages that use PartitionImmutableSortedBag Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.partition.bag.sorted This package contains interfaces forPartitionSortedBag
.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBag
interface. -
-
Uses of PartitionImmutableSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionImmutableSortedBag Modifier and Type Method Description PartitionImmutableSortedBag<T>
ImmutableSortedBag. partition(Predicate<? super T> predicate)
<P> PartitionImmutableSortedBag<T>
ImmutableSortedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionImmutableSortedBag in org.eclipse.collections.api.partition.bag.sorted
Methods in org.eclipse.collections.api.partition.bag.sorted that return PartitionImmutableSortedBag Modifier and Type Method Description PartitionImmutableSortedBag<T>
PartitionMutableSortedBag. toImmutable()
-
Uses of PartitionImmutableSortedBag in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return PartitionImmutableSortedBag Modifier and Type Method Description PartitionImmutableSortedBag<T>
AbstractImmutableSortedBag. partition(Predicate<? super T> predicate)
PartitionImmutableSortedBag<T>
ImmutableEmptySortedBag. partitionWhile(Predicate<? super T> predicate)
PartitionImmutableSortedBag<T>
ImmutableSortedBagImpl. partitionWhile(Predicate<? super T> predicate)
<P> PartitionImmutableSortedBag<T>
AbstractImmutableSortedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionImmutableSortedBag in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionImmutableSortedBag Modifier and Type Class Description class
PartitionImmutableSortedBagImpl<T>
Methods in org.eclipse.collections.impl.partition.bag.sorted that return PartitionImmutableSortedBag Modifier and Type Method Description PartitionImmutableSortedBag<T>
PartitionTreeBag. toImmutable()
-