Class ByteString.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 java.util.Iterator

        forEachRemaining, hasNext
    • Constructor Detail

      • AbstractByteIterator

        AbstractByteIterator()
    • Method Detail

      • next

        public final java.lang.Byte next()
        Specified by:
        next in interface java.util.Iterator<java.lang.Byte>
      • remove

        public final void remove()
        Specified by:
        remove in interface java.util.Iterator<java.lang.Byte>