Interface ByteIterator

  • All Known Subinterfaces:
    MutableByteIterator

    public interface ByteIterator
    ByteIterator is an iterator over a ByteIterable. This file was automatically generated from template file primitiveIterator.stg.
    Since:
    3.0.
    • Method Detail

      • next

        byte next()
      • hasNext

        boolean hasNext()