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