- ParallelDispatcher<TMsg> - Class in provided.util.dispatcher.impl
-
A dispatcher that updates its observers in parallel if possible on multiple threads.
- ParallelDispatcher() - Constructor for class provided.util.dispatcher.impl.ParallelDispatcher
-
- primitiveTypes - Variable in class provided.util.loader.impl.ObjectLoader
-
Maps the primitive type class to the corresponding wrapper class, e.g.
- provided - package provided
-
Provided utilities, etc.
- provided.util - package provided.util
-
Utilities for use in Ballworld apps.
- provided.util.dispatcher - package provided.util.dispatcher
-
Definitions of the parts of the Observer-Observable Design Pattern.
- provided.util.dispatcher.impl - package provided.util.dispatcher.impl
-
Implementations of the Observer-Observable Design Pattern as described in the dispatcher package.
- provided.util.loader - package provided.util.loader
-
Definitions and implementations of utilities for dynamic class loading.
- provided.util.loader.impl - package provided.util.loader.impl
-
Implementations of the definitions in the loader package
- provided.util.valueGenerator - package provided.util.valueGenerator
-
Definitions of utilities for generating values for numbers, colors, etc.
- provided.util.valueGenerator.impl - package provided.util.valueGenerator.impl
-
Implementations of the definitions from the valueGenerator package