Uses of Annotation Type
org.eclipse.collections.api.annotation.Beta
Packages that use Beta
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag 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.This package contains interfaces for sorted set API.
This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of
MutableSet.This package contains implementations of
MutableSortedSet.This package contains implementations of sets with user defined
HashingStrategys.-
Uses of Beta in org.eclipse.collections.api
Classes in org.eclipse.collections.api with annotations of type BetaModifier and TypeInterfaceDescriptioninterfaceA 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 -
Uses of Beta in org.eclipse.collections.api.bag.sorted
Classes in org.eclipse.collections.api.bag.sorted with annotations of type Beta -
Uses of Beta in org.eclipse.collections.api.list
Classes in org.eclipse.collections.api.list with annotations of type BetaModifier and TypeInterfaceDescriptioninterfaceA 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 BetaModifier and TypeMethodDescriptionListIterable.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 BetaModifier and TypeInterfaceDescriptioninterfaceinterfaceA 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 BetaModifier and TypeMethodDescriptionSetIterable.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 BetaMethods in org.eclipse.collections.api.set.sorted with annotations of type BetaModifier and TypeMethodDescriptionSortedSetIterable.asParallel(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 BetaModifier and TypeMethodDescriptionAbstractMutableBag.asParallel(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 BetaModifier and TypeMethodDescriptionAbstractMutableSortedBag.asParallel(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 BetaModifier and TypeClassDescriptionclassAbstractParallelIterable<T, B extends Batch<T>>classAbstractParallelIterableImpl<T, B extends Batch<T>>interfaceBatch<T>final classclassclassinterfaceRootBatch<T>ABatchthat must be at the root of the chain, not wrapped in other Batches.final class -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.bag
Classes in org.eclipse.collections.impl.lazy.parallel.bag with annotations of type BetaModifier and TypeClassDescriptionclassAbstractParallelUnsortedBag<T, B extends UnsortedBagBatch<T>>classclassclass(package private) classinterfaceclassinterface -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list with annotations of type BetaModifier and TypeClassDescriptionclassAbstractParallelListIterable<T, B extends ListBatch<T>>classCollectListBatch<T,V> classclassFlatCollectListBatch<T,V> interfaceListBatch<T>classfinal classfinal classclass(package private) classclass(package private) classinterfaceclassfinal class -
Uses of Beta in org.eclipse.collections.impl.lazy.parallel.set
Classes in org.eclipse.collections.impl.lazy.parallel.set with annotations of type BetaModifier and TypeClassDescriptionclassAbstractParallelUnsortedSetIterable<T, B extends UnsortedSetBatch<T>>classfinal classclassclass(package private) classinterfaceclassfinal classinterface -
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 BetaModifier and TypeClassDescriptionclassAbstractParallelSortedSetIterable<T, B extends SortedSetBatch<T>>classclass(package private) classinterfaceclassinterfacefinal class -
Uses of Beta in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with annotations of type BetaModifier and TypeMethodDescriptionUnifiedSet.asParallel(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 BetaModifier and TypeMethodDescriptionTreeSortedSet.asParallel(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 BetaModifier and TypeMethodDescriptionUnifiedSetWithHashingStrategy.asParallel(ExecutorService executorService, int batchSize)