Class PrimitiveAsyncDoubleQueues.Iterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Double>, java.util.PrimitiveIterator<java.lang.Double,​java.util.function.DoubleConsumer>, java.util.PrimitiveIterator.OfDouble
    Enclosing class:
    PrimitiveAsyncDoubleQueues

    public static class PrimitiveAsyncDoubleQueues.Iterator
    extends java.lang.Object
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.PrimitiveIterator

        java.util.PrimitiveIterator.OfDouble, java.util.PrimitiveIterator.OfInt, java.util.PrimitiveIterator.OfLong
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        remove
      • Methods inherited from interface java.util.PrimitiveIterator.OfDouble

        forEachRemaining, forEachRemaining, next
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.lang.Double>
      • nextDouble

        public double nextDouble()
        Specified by:
        nextDouble in interface java.util.PrimitiveIterator.OfDouble
      • isEmpty

        public boolean isEmpty()