Interface TByteIterator

  • All Superinterfaces:
    TIterator

    public interface TByteIterator
    extends TIterator
    Iterator for byte collections.
    • Method Detail

      • next

        byte next()
        Advances the iterator to the next element in the underlying collection and returns it.
        Returns:
        the next byte in the collection
        Throws:
        java.util.NoSuchElementException - if the iterator is already exhausted