Uses of Class
org.eclipse.collections.api.annotation.Beta
-
-
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(java.util.concurrent.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(java.util.concurrent.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(java.util.concurrent.ExecutorService executorService, int batchSize)Returns a parallel iterable of this SortedSetIterable. -
Uses of Beta in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with annotations of type Beta Modifier and Type Method Description ParallelUnsortedBag<T>AbstractMutableBag. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize) -
Uses of Beta in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with annotations of type Beta Modifier and Type Method Description ParallelSortedBag<T>AbstractMutableSortedBag. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize) -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel with annotations of type Beta Modifier and Type Class Description classAbstractParallelIterable<T,B extends Batch<T>>classAbstractParallelIterableImpl<T,B extends Batch<T>>interfaceBatch<T>classMultiReaderParallelIterable<T>classParallelDistinctIterable<T>classParallelSelectIterable<T>interfaceRootBatch<T>ABatchthat must be at the root of the chain, not wrapped in other Batches.classSynchronizedParallelIterable<T> -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag with annotations of type Beta Modifier and Type Class Description classAbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>>classCollectUnsortedBagBatch<T,V>classFlatCollectUnsortedBagBatch<T,V>classParallelCollectUnsortedBag<T,V>(package private) classParallelSelectUnsortedBag<T>interfaceRootUnsortedBagBatch<T>classSelectUnsortedBagBatch<T>interfaceUnsortedBagBatch<T> -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list with annotations of type Beta Modifier and Type Class Description classAbstractParallelListIterable<T,B extends ListBatch<T>>classCollectListBatch<T,V>classDistinctBatch<T>classFlatCollectListBatch<T,V>interfaceListBatch<T>classListIterableBatch<T>classListIterableParallelIterable<T>classMultiReaderParallelListIterable<T>classParallelCollectListIterable<T,V>(package private) classParallelDistinctListIterable<T>classParallelFlatCollectListIterable<T,V>(package private) classParallelSelectListIterable<T>interfaceRootListBatch<T>classSelectListBatch<T>classSynchronizedParallelListIterable<T> -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set with annotations of type Beta Modifier and Type Class Description classAbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>>classCollectUnsortedSetBatch<T,V>classMultiReaderParallelUnsortedSetIterable<T>classParallelCollectIterable<T,V>classParallelFlatCollectIterable<T,V>(package private) classParallelSelectUnsortedSetIterable<T>interfaceRootUnsortedSetBatch<T>classSelectUnsortedSetBatch<T>classSynchronizedParallelUnsortedSetIterable<T>interfaceUnsortedSetBatch<T> -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.set.sorted
Classes in org.eclipse.collections.impl.lazy.parallel.set.sorted with annotations of type Beta Modifier and Type Class Description classAbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>>classCollectSortedSetBatch<T,V>classFlatCollectSortedSetBatch<T,V>(package private) classParallelSelectSortedSetIterable<T>interfaceRootSortedSetBatch<T>classSelectSortedSetBatch<T>interfaceSortedSetBatch<T>classSynchronizedParallelSortedSetIterable<T> -
Uses of Beta in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with annotations of type Beta Modifier and Type Method Description ParallelUnsortedSetIterable<T>UnifiedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize) -
Uses of Beta in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with annotations of type Beta Modifier and Type Method Description ParallelSortedSetIterable<T>TreeSortedSet. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize) -
Uses of Beta in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable with annotations of type Beta Modifier and Type Method Description ParallelUnsortedSetIterable<T>UnifiedSetWithHashingStrategy. asParallel(java.util.concurrent.ExecutorService executorService, int batchSize)
-