Package com.google.protobuf
Class ByteString.AbstractByteIterator
- java.lang.Object
-
- com.google.protobuf.ByteString.AbstractByteIterator
-
- All Implemented Interfaces:
ByteString.ByteIterator
,java.util.Iterator<java.lang.Byte>
- Enclosing class:
- ByteString
abstract static class ByteString.AbstractByteIterator extends java.lang.Object implements ByteString.ByteIterator
-
-
Constructor Summary
Constructors Constructor Description AbstractByteIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Byte
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.ByteString.ByteIterator
nextByte
-
-