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.org.eclipse.collections.impl.partition.bag.sorted This package contains implementations of thePartitionSortedBaginterface. -
-
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> -
Uses of PartitionSortedBag in org.eclipse.collections.impl.partition.bag.sorted
Classes in org.eclipse.collections.impl.partition.bag.sorted that implement PartitionSortedBag Modifier and Type Class Description classPartitionImmutableSortedBagImpl<T>classPartitionTreeBag<T>Constructors in org.eclipse.collections.impl.partition.bag.sorted with parameters of type PartitionSortedBag Constructor Description PartitionImmutableSortedBagImpl(PartitionSortedBag<T> partitionImmutableSortedBag)
-