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, nextprivate DoubleIterator proxied
UnmodifiableDoubleIterator(DoubleIterator iterator)
public void remove()
DoubleIteratorreturned by me
(optional operation).protected DoubleIterator getIterator()
getIterator in class ProxyDoubleIteratorpublic static final DoubleIterator wrap(DoubleIterator iterator)
Copyright (c) 2002-2003 - Apache Software Foundation