public interface DIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns
true if the iteration has more elements. |
double |
next()
Returns the next element in the iteration.
|
boolean hasNext()
true if the iteration has more elements.true if the iteration has more elementsdouble next()
NoSuchElementException - if the iteration has no more elementsCopyright © 2022. All rights reserved.