Class SingletonByteIterator

  • All Implemented Interfaces:
    ByteIterator

    public final class SingletonByteIterator
    extends java.lang.Object
    implements ByteIterator
    This file was automatically generated from template file singletonPrimitiveIterator.stg.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean next  
      private byte value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      byte next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final byte value
      • next

        private boolean next
    • Constructor Detail

      • SingletonByteIterator

        public SingletonByteIterator​(byte value)