org.apache.commons.collections.primitives.decorators
public final class UnmodifiableDoubleIterator extends ProxyDoubleIterator
Modifier and Type | Field and Description |
---|---|
private DoubleIterator |
proxied |
Constructor and Description |
---|
UnmodifiableDoubleIterator(DoubleIterator iterator) |
Modifier and Type | Method and Description |
---|---|
protected DoubleIterator |
getIterator() |
void |
remove()
Removes from my underlying collection the last
element
returned by me
(optional operation). |
static DoubleIterator |
wrap(DoubleIterator iterator) |
hasNext, next
private DoubleIterator proxied
UnmodifiableDoubleIterator(DoubleIterator iterator)
public void remove()
DoubleIterator
returned
by me
(optional operation).protected DoubleIterator getIterator()
getIterator
in class ProxyDoubleIterator
public static final DoubleIterator wrap(DoubleIterator iterator)
Copyright (c) 2002-2003 - Apache Software Foundation