Uses of Interface
org.eclipse.collections.api.set.ParallelUnsortedSetIterable
Packages that use ParallelUnsortedSetIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for set API which enhance the performance and functionality of
Set.-
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ParallelUnsortedSetIterable -
Uses of ParallelUnsortedSetIterable in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ParallelUnsortedSetIterableModifier and TypeMethodDescriptionUnsortedSetIterable.asParallel(ExecutorService executorService, int batchSize) ParallelUnsortedSetIterable.asUnique()Creates a parallel iterable for rejecting elements from the current iterable.ParallelUnsortedSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) Creates a parallel iterable for selecting elements from the current iterable.<S> ParallelUnsortedSetIterable<S>ParallelUnsortedSetIterable.selectInstancesOf(Class<S> clazz) ParallelUnsortedSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter)