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