public class NodePath
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<NGNode> |
path |
private int |
position |
Constructor and Description |
---|
NodePath() |
Modifier and Type | Method and Description |
---|---|
void |
add(NGNode n) |
void |
clear() |
NGNode |
getCurrentNode() |
boolean |
hasNext() |
boolean |
isEmpty() |
NGNode |
last() |
void |
next() |
void |
reset() |
int |
size() |
java.lang.String |
toString() |
private java.util.List<NGNode> path
private int position
public NGNode last()
public NGNode getCurrentNode()
public boolean hasNext()
public void next()
public void reset()
public void clear()
public void add(NGNode n)
public int size()
public boolean isEmpty()
public java.lang.String toString()
toString
in class java.lang.Object