org.jtools.tmpl.compiler.parser
Class NodeComparator
java.lang.Object
org.jtools.tmpl.compiler.parser.NodeComparator
- All Implemented Interfaces:
- Comparator<Node>
public class NodeComparator
- extends Object
- implements Comparator<Node>
TODO type-description
- Author:
- Rainer Noack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
public static final Comparator<Node> SINGLETON
NodeComparator
public NodeComparator()
compare
public int compare(Node o1,
Node o2)
- Specified by:
compare
in interface Comparator<Node>
© 2000-2006, JTools.org.