public interface ForecastIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close()
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING
IT!
|
boolean |
hasNext()
Indicates whether there are more forecast elements in this iterator.
|
ForecastElement |
next()
Returns the next forecast element in this forecast iterator.
|
void close()
throws EngineException
EngineException - If a system error occurs.boolean hasNext()
throws EngineException
EngineException - If a system error occurs.ForecastElement next() throws EngineException
EngineException - If a system error occurs.© 2000-2025 Flux Corporation. All rights reserved.