org.apache.commons.collections.primitives.decorators
abstract class ProxyFloatIterator extends java.lang.Object implements FloatIterator
Constructor and Description |
---|
ProxyFloatIterator() |
Modifier and Type | Method and Description |
---|---|
protected abstract FloatIterator |
getIterator() |
boolean |
hasNext()
Returns
true iff I have more elements. |
float |
next()
Returns the next element in me.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
remove
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
protected abstract FloatIterator getIterator()
Copyright (c) 2002-2003 - Apache Software Foundation