Class IntInterval.IntIntervalIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long current  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IntIntervalIterator()  
    • 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

      • current

        private long current
    • Constructor Detail

      • IntIntervalIterator

        private IntIntervalIterator()