Interface ByteIterator

All Known Subinterfaces:
MutableByteIterator
All Known Implementing Classes:
ImmutableEmptyByteIterator, TapByteIterable.TapByteIterator, UnmodifiableByteIterator

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

    Modifier and Type Method Description
    boolean hasNext()  
    byte next()  
  • Method Details