java.lang.Object
org.apache.jena.sparql.util.NodeComparator
- All Implemented Interfaces:
Comparator<Node>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NodeComparator
public NodeComparator()Deprecated.
-
-
Method Details
-
compare
Deprecated.- Specified by:
compare
in interfaceComparator<Node>
-
(n1,n2)->NodeCmp.compareRDFTerms(n1, n2)
.