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
HashingStrategy
s.-
Uses of Beta in org.eclipse.collections.api
Classes in org.eclipse.collections.api with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
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 -
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 TypeInterfaceDescriptioninterface
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 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 TypeInterfaceDescriptioninterface
interface
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 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 TypeClassDescriptionclass
AbstractParallelIterable<T,
B extends Batch<T>> class
AbstractParallelIterableImpl<T,
B extends Batch<T>> interface
Batch<T>
final class
class
class
interface
RootBatch<T>
ABatch
that 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 TypeClassDescriptionclass
AbstractParallelUnsortedBag<T,
B extends UnsortedBagBatch<T>> class
class
class
(package private) class
interface
class
interface
-
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 TypeClassDescriptionclass
AbstractParallelListIterable<T,
B extends ListBatch<T>> class
CollectListBatch<T,
V> class
class
FlatCollectListBatch<T,
V> interface
ListBatch<T>
class
final class
final class
class
(package private) class
class
(package private) class
interface
class
final 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 TypeClassDescriptionclass
AbstractParallelUnsortedSetIterable<T,
B extends UnsortedSetBatch<T>> class
final class
class
class
(package private) class
interface
class
final class
interface
-
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 TypeClassDescriptionclass
AbstractParallelSortedSetIterable<T,
B extends SortedSetBatch<T>> class
class
(package private) class
interface
class
interface
final 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)