Uses of Interface
edu.ull.cgunay.utils.Simulation

Packages that use Simulation
edu.ull.cgunay.utils General Java utilities, specifically application independent high level iteration facilities based on the Java 2 Collections technologies.  
 

Uses of Simulation in edu.ull.cgunay.utils
 

Classes in edu.ull.cgunay.utils that implement Simulation
 class ParallelTask
          Parallel analog of an iteration where a given task is executed on each of the items of a collection concurrently.