public class IVComparator extends Object implements Comparator<IV>, Serializable
IVs according the SPARQL value ordering as
specified in SPARQL Query
Language for RDF. This implementation is based on the openrdf
ValueComparator but has been modified to work with IVs.
Note: SidIV are blank nodes. However, we order SIDs after normal
blank nodes since they are modeling somewhat different information.
| Constructor and Description |
|---|
IVComparator() |
public int compare(IV o1, IV o2)
compare in interface Comparator<IV>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.