|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueIterator
An iterator for planning values.
Iterator| Method Summary | |
|---|---|
boolean |
hasNext(Object entity)
Follows the specification of Iterator.hasNext(). |
Object |
next(Object entity)
Follows the specification of Iterator.next(). |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
boolean hasNext(Object entity)
Iterator.hasNext().
entity - never null
Object next(Object entity)
Iterator.next().
entity - never null
NoSuchElementException - if there are no more planning values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||