protected static class PdaUtil.TraversalItem<S,R>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected R |
data |
protected java.util.Iterator<S> |
followers |
protected S |
state |
| Constructor and Description |
|---|
TraversalItem(S state,
java.lang.Iterable<S> followers,
R previous) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |