|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Navigate<T>
Implementations support navigating a graph where you can traverse forward and each next
returns a List of outputs of type T that can contain 0..n nodes.
| Method Summary | |
|---|---|
boolean |
hasNext()
Are there more outputs? |
List<T> |
next()
Next group of outputs |
| Method Detail |
|---|
List<T> next()
boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||