com.hp.hpl.jena.sparql.util
Class NodeComparator

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.NodeComparator
All Implemented Interfaces:
Comparator<Node>

public class NodeComparator
extends Object
implements Comparator<Node>


Constructor Summary
NodeComparator()
           
 
Method Summary
 int compare(Node o1, Node o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

NodeComparator

public NodeComparator()
Method Detail

compare

public int compare(Node o1,
                   Node o2)
Specified by:
compare in interface Comparator<Node>


Licenced under the Apache License, Version 2.0