Uses of Interface
org.amino.pattern.internal.Doable

Packages that use Doable
org.amino.ds.tree Interfaces and classes to implement a parallel tree data structure. 
org.amino.pattern.internal Provides the classes and interfaces for a simple master/worker pattern. 
 

Uses of Doable in org.amino.ds.tree
 

Methods in org.amino.ds.tree with parameters of type Doable
 void ParallelRBTree.inOrderWalk(Doable<E,E> operation)
          Iterate the tree in-order.
 

Uses of Doable in org.amino.pattern.internal
 

Methods in org.amino.pattern.internal with parameters of type Doable
static
<X,Y> MasterWorker<X,Y>
MasterWorkerFactory.newStatic(Doable<X,Y> r)
           
static
<X,Y> MasterWorker<X,Y>
MasterWorkerFactory.newStatic(Doable<X,Y> r, int numWorkers)
           
 



Copyright © 2008. All Rights Reserved.