Class UnmodifiableDoubleIterator

  • All Implemented Interfaces:
    DoubleIterator, MutableDoubleIterator

    public class UnmodifiableDoubleIterator
    extends java.lang.Object
    implements MutableDoubleIterator
    UnmodifiableDoubleIterator is a wrapper around DoubleIterator which is unmodifiable and doesn't support remove. This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.