public final class Snake extends PathNode
| Constructor and Description |
|---|
Snake(int original,
int revised,
PathNode prev)
Constructs a snake node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSnake()
Is this node a
Snake node? |
isBootstrap, previousSnake, toStringpublic Snake(int original,
int revised,
PathNode prev)
original - the position in the original sequencerevised - the position in the revised sequenceprev - the previous node in the path.public boolean isSnake()
Snake node?