Class LexicalValueComparator

java.lang.Object
org.eclipse.rdf4j.model.util.LexicalValueComparator
All Implemented Interfaces:
Serializable, Comparator<Value>

public class LexicalValueComparator extends Object implements 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 Details

    • LexicalValueComparator

      public LexicalValueComparator()
  • Method Details