public abstract class ByteIterator extends Object implements Iterator<Byte>
ByteIterator()
Byte
next()
abstract byte
nextByte()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public ByteIterator()
public final Byte next()
next
Iterator<Byte>
public abstract byte nextByte()
public void remove()
remove
Copyright © 2013. All Rights Reserved.