Package com.google.protobuf
Interface ByteString.ByteIterator
-
- All Superinterfaces:
java.util.Iterator<java.lang.Byte>
- Enclosing class:
- ByteString
public static interface ByteString.ByteIterator extends java.util.Iterator<java.lang.Byte>This interface extendsIterator<Byte>, so that we can return an unboxedbyte.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytenextByte()An alternative toIterator.next()that returns an unboxed primitivebyte.
-