| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelSortedBag<T> |
ParallelSortedBag.reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.
|
<P> ParallelSortedBag<T> |
ParallelSortedBag.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ParallelSortedBag<T> |
ParallelSortedBag.select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.
|
<S> ParallelSortedBag<S> |
ParallelSortedBag.selectInstancesOf(Class<S> clazz) |
<P> ParallelSortedBag<T> |
ParallelSortedBag.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.