QJCC homepage

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

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

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

Wrapper around a BurstMakerIterator which allows a truly elementwise access to the burst.


Field Summary
private  java.util.Iterator burstmakeriterator
           
private  java.util.Iterator currentchunkiterator
           
 
Constructor Summary
BurstMaker.ElementWiseIterator(java.util.Iterator bmix)
           
 
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

burstmakeriterator

private java.util.Iterator burstmakeriterator

currentchunkiterator

private java.util.Iterator currentchunkiterator
Constructor Detail

BurstMaker.ElementWiseIterator

public BurstMaker.ElementWiseIterator(java.util.Iterator bmix)
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