public class UnmodifiableDoubleIterator
extends java.lang.Object
implements com.gs.collections.api.iterator.MutableDoubleIterator
| Constructor and Description |
|---|
UnmodifiableDoubleIterator(com.gs.collections.api.iterator.DoubleIterator doubleIterator) |
public UnmodifiableDoubleIterator(com.gs.collections.api.iterator.DoubleIterator doubleIterator)
public boolean hasNext()
hasNext in interface com.gs.collections.api.iterator.DoubleIteratorpublic double next()
next in interface com.gs.collections.api.iterator.DoubleIteratorpublic void remove()
remove in interface com.gs.collections.api.iterator.MutableDoubleIterator