public static interface ByteString.ByteIterator extends Iterator<Byte >
Iterator<Byte>, so that we can return an unboxed
byte.
| Modifier and Type | Method and Description |
|---|---|
byte |
nextByte()
An alternative to
Iterator that returns an unboxed primitive
byte.
|
forEachRemaining, hasNext, next, removebyte nextByte()
Iterator.next() that returns an unboxed primitive
byte.
byte in the iteration
NoSuchElementException - if the iteration has no more elements