Interface DoubleIterator

All Known Subinterfaces:
MutableDoubleIterator
All Known Implementing Classes:
ImmutableEmptyDoubleIterator, TapDoubleIterable.TapDoubleIterator, UnmodifiableDoubleIterator

public interface DoubleIterator
DoubleIterator is an iterator over a DoubleIterable. This file was automatically generated from template file primitiveIterator.stg.
Since:
3.0.
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    double next()  
  • Method Details