jAER project on SourceForge

net.sf.jaer.biasgen
Class IPotArray.ShiftRegisterIterator

java.lang.Object
  extended by net.sf.jaer.biasgen.IPotArray.ShiftRegisterIterator
All Implemented Interfaces:
java.util.Iterator<IPot>
Enclosing class:
IPotArray

protected class IPotArray.ShiftRegisterIterator
extends java.lang.Object
implements java.util.Iterator<IPot>

Provides pots in order of loading to the shift register, used in hardware interfaces to load bits.


Method Summary
 boolean hasNext()
           
 IPot next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

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

next

public IPot next()
Specified by:
next in interface java.util.Iterator<IPot>

remove

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

jAER project on SourceForge