Class Snake
- java.lang.Object
-
- org.apache.wicket.util.diff.myers.PathNode
-
- org.apache.wicket.util.diff.myers.Snake
-
public final class Snake extends PathNode
Represents a snake in a diffpath.DiffNodesandSnakesallow for compression of diffpaths, as each snake is represented by a singleSnakenode and each contiguous series of insertions and deletions is represented by a singleDiffNodes.- Version:
- $Revision: 1.1 $ $Date: 2006/03/12 00:24:21 $
- Author:
- Juanco Anez
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSnake()Is this node aSnake node?-
Methods inherited from class org.apache.wicket.util.diff.myers.PathNode
isBootstrap, previousSnake, toString
-
-
-
-
Method Detail
-
isSnake
public boolean isSnake()
Is this node aSnake node?
-
-