Uses of Class
org.eclipse.collections.api.annotation.Beta
-
Packages that use Beta Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag 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.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API. -
-
Uses of Beta in org.eclipse.collections.api
Classes in org.eclipse.collections.api with annotations of type Beta Modifier and Type Interface Description interfaceParallelIterable<T>A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Uses of Beta in org.eclipse.collections.api.bag
Classes in org.eclipse.collections.api.bag with annotations of type Beta Modifier and Type Interface Description interfaceParallelBag<T>interfaceParallelUnsortedBag<T> -
Uses of Beta in org.eclipse.collections.api.bag.sorted
Classes in org.eclipse.collections.api.bag.sorted with annotations of type Beta Modifier and Type Interface Description interfaceParallelSortedBag<T> -
Uses of Beta in org.eclipse.collections.api.list
Classes in org.eclipse.collections.api.list with annotations of type Beta Modifier and Type Interface Description interfaceParallelListIterable<T>A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.Methods in org.eclipse.collections.api.list with annotations of type Beta Modifier and Type Method Description ParallelListIterable<T>ListIterable. asParallel(ExecutorService executorService, int batchSize)Returns a parallel iterable of this ListIterable. -
Uses of Beta in org.eclipse.collections.api.set
Classes in org.eclipse.collections.api.set with annotations of type Beta Modifier and Type Interface Description interfaceParallelSetIterable<T>interfaceParallelUnsortedSetIterable<T>A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.Methods in org.eclipse.collections.api.set with annotations of type Beta Modifier and Type Method Description ParallelSetIterable<T>SetIterable. asParallel(ExecutorService executorService, int batchSize)Returns a parallel iterable of this SetIterable. -
Uses of Beta in org.eclipse.collections.api.set.sorted
Classes in org.eclipse.collections.api.set.sorted with annotations of type Beta Modifier and Type Interface Description interfaceParallelSortedSetIterable<T>Methods in org.eclipse.collections.api.set.sorted with annotations of type Beta Modifier and Type Method Description ParallelSortedSetIterable<T>SortedSetIterable. asParallel(ExecutorService executorService, int batchSize)Returns a parallel iterable of this SortedSetIterable.
-