Class SingletonShortIterator

  • All Implemented Interfaces:
    ShortIterator

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

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

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

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

      • value

        private final short value
      • next

        private boolean next
    • Constructor Detail

      • SingletonShortIterator

        public SingletonShortIterator​(short value)