Coinjema
1.7

org.coinjema.context
Class RackLoop

java.lang.Object
  extended by org.coinjema.context.RackLoop

public class RackLoop
extends Object


Constructor Summary
RackLoop()
           
 
Method Summary
static
<T> T
limitedLoop(SpiceRack base, SpiceRack stop, LoopLogic<T> logic)
           
static
<T> T
loop(SpiceRack base, LoopLogic<T> logic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RackLoop

public RackLoop()
Method Detail

loop

public static <T> T loop(SpiceRack base,
                         LoopLogic<T> logic)

limitedLoop

public static <T> T limitedLoop(SpiceRack base,
                                SpiceRack stop,
                                LoopLogic<T> logic)

Coinjema
1.7

Public Domain Software.