Uses of Package
util

Packages that use util
ballworld.model   
ballworld.model.strategy   
util   
 

Classes in util used by ballworld.model
Dispatcher
          A simplified Observable class that immediately notifies its Observers when its notifyAll() method is called.
IRandomizer
           
 

Classes in util used by ballworld.model.strategy
IRandomizer
           
SineMaker
          A utility class that can be used to create smoothly varying sinusoidal numerical data.
 

Classes in util used by util
ILambda
          Represents the abstract lambda expression whose sole purpose in life is to evaluate itself on an input and return the result of the evaluation.
IRandomizer
           
NoOpLambda
          Represents the identity map.
Randomizer
          Utility class that supplies class routines for generating various random values