Uses of Interface
org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable
Packages that use ParallelSortedSetIterable
Package
Description
This package contains interfaces for sorted set API.
-
Uses of ParallelSortedSetIterable in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ParallelSortedSetIterableModifier and TypeMethodDescriptionSortedSetIterable.asParallel(ExecutorService executorService, int batchSize) Returns a parallel iterable of this SortedSetIterable.ParallelSortedSetIterable.asUnique()Creates a parallel iterable for rejecting elements from the current iterable.ParallelSortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelSortedSetIterable<S>ParallelSortedSetIterable.selectInstancesOf(Class<S> clazz) ParallelSortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter)