Uses of Annotation Interface
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.
-
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.