|
Coinjema 1.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.coinjema.context.RackLoop
public class RackLoop
Constructor Summary | |
---|---|
RackLoop()
|
Method Summary | ||
---|---|---|
static
|
limitedLoop(SpiceRack base,
SpiceRack stop,
LoopLogic<T> logic)
|
|
static
|
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 |
---|
public RackLoop()
Method Detail |
---|
public static <T> T loop(SpiceRack base, LoopLogic<T> logic)
public static <T> T limitedLoop(SpiceRack base, SpiceRack stop, LoopLogic<T> logic)
|
Coinjema 1.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |