QJCC homepage

biz.chitec.quarterback.gjsa.server
Class BurstMaker.BurstMakerIterator

java.lang.Object
  extended bybiz.chitec.quarterback.gjsa.server.BurstMaker.BurstMakerIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
BurstMaker

private class BurstMaker.BurstMakerIterator
extends java.lang.Object
implements java.util.Iterator

Implementation of Iterator to loop over the BurstMaker using methods of the Collection framework.


Field Summary
private  int num
           
private  int start
           
 
Constructor Summary
BurstMaker.BurstMakerIterator(int elementcount)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private int start

num

private int num
Constructor Detail

BurstMaker.BurstMakerIterator

public BurstMaker.BurstMakerIterator(int elementcount)
Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

QJCC homepage