jet
Class ByteIterator

java.lang.Object
  extended by jet.ByteIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.Byte>

public abstract class ByteIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Byte>


Constructor Summary
ByteIterator()
           
 
Method Summary
 java.lang.Byte next()
           
abstract  byte nextByte()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext
 

Constructor Detail

ByteIterator

public ByteIterator()
Method Detail

next

public final java.lang.Byte next()
Specified by:
next in interface java.util.Iterator<java.lang.Byte>

nextByte

public abstract byte nextByte()

remove

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