Interface MutableDoubleIterator

All Superinterfaces:
DoubleIterator
All Known Implementing Classes:
UnmodifiableDoubleIterator

public interface MutableDoubleIterator
extends DoubleIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.
Since:
6.0.
  • Method Summary

    Modifier and Type Method Description
    void remove()  

    Methods inherited from interface org.eclipse.collections.api.iterator.DoubleIterator

    hasNext, next
  • Method Details