|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.decorators.ProxyFloatIterator
org.apache.commons.collections.primitives.decorators.UnmodifiableFloatIterator
Field Summary | |
private FloatIterator |
proxied
|
Constructor Summary | |
(package private) |
UnmodifiableFloatIterator(FloatIterator iterator)
|
Method Summary | |
protected FloatIterator |
getIterator()
|
boolean |
hasNext()
Returns true iff I have more elements. |
float |
next()
Returns the next element in me. |
void |
remove()
Removes from my underlying collection the last element returned by me
(optional operation). |
static FloatIterator |
wrap(FloatIterator iterator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private FloatIterator proxied
Constructor Detail |
UnmodifiableFloatIterator(FloatIterator iterator)
Method Detail |
public void remove()
FloatIterator
returned
by me
(optional operation).
protected FloatIterator getIterator()
getIterator
in class ProxyFloatIterator
public static final FloatIterator wrap(FloatIterator iterator)
public boolean hasNext()
FloatIterator
true
iff I have more elements.
(In other words, returns true
iff
a subsequent call to next
will return
an element rather than throwing an exception.)
hasNext
in interface FloatIterator
true
iff I have more elementspublic float next()
FloatIterator
next
in interface FloatIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |