public final class ViewContext<N extends Node>
extends java.lang.Object
Constructor | Description |
---|---|
ViewContext(Navigator<N> navigator,
NodeView<N> current,
boolean greedy) |
Modifier and Type | Method | Description |
---|---|---|
NodeView<N> |
getCurrent() |
|
Navigator<N> |
getNavigator() |
|
int |
getPosition() |
|
boolean |
hasNext() |
|
boolean |
isGreedy() |