public static interface ByteString.ByteIterator extends java.util.Iterator
Iterator
, so that we can return an unboxed byte
.Modifier and Type | Method and Description |
---|---|
byte |
nextByte()
An alternative to
Iterator.next() that returns an unboxed primitive byte . |