Class SingletonDoubleIterator

  • All Implemented Interfaces:
    DoubleIterator

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

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

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

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

      • value

        private final double value
      • next

        private boolean next
    • Constructor Detail

      • SingletonDoubleIterator

        public SingletonDoubleIterator​(double value)