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