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. -
-
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()
-