Package org.eclipse.rdf4j.model.util
Class LexicalValueComparator
java.lang.Object
org.eclipse.rdf4j.model.util.LexicalValueComparator
- All Implemented Interfaces:
Serializable
,Comparator<Value>
A lexical RDF Term Comparator, this class does not compare numerically and is therefore a bit faster than a SPARQL
compliant comparator.
- Author:
- james, Arjohn Kampman
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
LexicalValueComparator
public LexicalValueComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Value>
-