|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.decorators.ProxyDoubleIterator
org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleIterator
public final class UnmodifiableDoubleIterator
Field Summary | |
---|---|
private DoubleIterator |
proxied
|
Constructor Summary | |
---|---|
UnmodifiableDoubleIterator(DoubleIterator iterator)
|
Method Summary | |
---|---|
protected DoubleIterator |
getIterator()
|
void |
remove()
Removes from my underlying collection the last element returned by me
(optional operation). |
static DoubleIterator |
wrap(DoubleIterator iterator)
|
Methods inherited from class org.apache.commons.collections.primitives.decorators.ProxyDoubleIterator |
---|
hasNext, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DoubleIterator proxied
Constructor Detail |
---|
UnmodifiableDoubleIterator(DoubleIterator iterator)
Method Detail |
---|
public void remove()
DoubleIterator
returned
by me
(optional operation).
protected DoubleIterator getIterator()
getIterator
in class ProxyDoubleIterator
public static final DoubleIterator wrap(DoubleIterator iterator)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |