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.DiffNodes
andSnakes
allow for compression of diffpaths, as each snake is represented by a singleSnake
node 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 boolean
isSnake()
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
?
-
-