Class SingletonIntIterator

  • All Implemented Interfaces:
    IntIterator

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

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

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

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

      • value

        private final int value
      • next

        private boolean next
    • Constructor Detail

      • SingletonIntIterator

        public SingletonIntIterator​(int value)