Iterator<byte[]>
protected class ByteArray.Iter extends Object implements Iterator<byte[]>
protected int
index
protected
Iter()
boolean
hasNext()
byte[]
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected int index
protected Iter()
public boolean hasNext()
hasNext
public byte[] next()
next
public void remove()
remove