org.topbraid.xml.rx
Class R2XStatementComparator

java.lang.Object
  extended by org.topbraid.xml.rx.R2XStatementComparator
All Implemented Interfaces:
java.util.Comparator<com.hp.hpl.jena.rdf.model.Statement>

public class R2XStatementComparator
extends java.lang.Object
implements java.util.Comparator<com.hp.hpl.jena.rdf.model.Statement>


Constructor Summary
R2XStatementComparator()
           
 
Method Summary
 int compare(com.hp.hpl.jena.rdf.model.Statement s0, com.hp.hpl.jena.rdf.model.Statement s1)
           
 
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
 

Constructor Detail

R2XStatementComparator

public R2XStatementComparator()
Method Detail

compare

public int compare(com.hp.hpl.jena.rdf.model.Statement s0,
                   com.hp.hpl.jena.rdf.model.Statement s1)
Specified by:
compare in interface java.util.Comparator<com.hp.hpl.jena.rdf.model.Statement>