Class ByteIterators.UnmodifiableIterator

    • Constructor Detail

      • UnmodifiableIterator

        public UnmodifiableIterator​(ByteIterator i)
    • Method Detail

      • nextByte

        public byte nextByte()
        Description copied from interface: ByteIterator
        Returns the next element as a primitive type.
        Specified by:
        nextByte in interface ByteIterator
        Returns:
        the next element in the iteration.
        See Also:
        Iterator.next()