Uses of Interface
org.eclipse.collections.api.partition.bag.sorted.PartitionSortedBag
-
Packages that use PartitionSortedBag 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 PartitionSortedBag in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return PartitionSortedBag Modifier and Type Method Description PartitionSortedBag<T>SortedBag. partition(Predicate<? super T> predicate)PartitionSortedBag<T>SortedBag. 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.sorted Modifier and Type Interface Description interfacePartitionImmutableSortedBag<T>A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based on a Predicate.interfacePartitionMutableSortedBag<T>
-