Class UnmodifiableDoubleIterator
java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableDoubleIterator
- All Implemented Interfaces:
DoubleIterator
,MutableDoubleIterator
public class UnmodifiableDoubleIterator extends 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.
-
Constructor Summary
Constructors Constructor Description UnmodifiableDoubleIterator(DoubleIterator doubleIterator)
-
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceDoubleIterator
-
next
public double next()- Specified by:
next
in interfaceDoubleIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableDoubleIterator
-