org.jostraca.util
Class NextLoop

java.lang.Object
  extended byorg.jostraca.util.NextLoop
Direct Known Subclasses:
ExecutableCommand.AlternativeExecutableCommands

public abstract class NextLoop
extends java.lang.Object

Simple next loop, with rollover.


Field Summary
protected  int iIndex
           
protected  int iMax
           
 
Constructor Summary
NextLoop()
           
 
Method Summary
 boolean next()
          rolls over after returning false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iIndex

protected int iIndex

iMax

protected int iMax
Constructor Detail

NextLoop

public NextLoop()
Method Detail

next

public boolean next()
rolls over after returning false



Copyright © 2000-2002 Richard Rodger