public static interface ByteString.ByteIterator extends Iterator<Byte>
Iterator<Byte>, so that we can return an unboxed byte.byte nextByte()
Iterator.next() that returns an unboxed primitive byte.byte in the iterationNoSuchElementException - if the iteration has no more elementsCopyright © 2008–2019. All rights reserved.