|
|||||||||
| 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
abstract class ProxyDoubleIterator
| Constructor Summary | |
|---|---|
ProxyDoubleIterator()
|
|
| Method Summary | |
|---|---|
protected abstract DoubleIterator |
getIterator()
|
boolean |
hasNext()
Returns true iff I have more elements. |
double |
next()
Returns the next element in me. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.collections.primitives.DoubleIterator |
|---|
remove |
| Constructor Detail |
|---|
ProxyDoubleIterator()
| Method Detail |
|---|
public boolean hasNext()
DoubleIteratortrue 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 DoubleIteratortrue iff I have more elementspublic double next()
DoubleIterator
next in interface DoubleIteratorprotected abstract DoubleIterator getIterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||