Package | Description |
---|---|
com.gs.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
com.gs.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
Modifier and Type | Method and Description |
---|---|
ParallelSortedSetIterable<T> |
ParallelSortedSetIterable.reject(Predicate<? super T> predicate)
Creates a parallel iterable for rejecting elements from the current iterable.
|
<P> ParallelSortedSetIterable<T> |
ParallelSortedSetIterable.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
ParallelSortedSetIterable<T> |
ParallelSortedSetIterable.select(Predicate<? super T> predicate)
Creates a parallel iterable for selecting elements from the current iterable.
|
<S> ParallelSortedSetIterable<S> |
ParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) |
<P> ParallelSortedSetIterable<T> |
ParallelSortedSetIterable.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
ParallelSortedSetIterable<T> |
TreeSortedSet.asParallel(ExecutorService executorService,
int batchSize) |
Copyright © 2004–2018. All rights reserved.