com.hp.hpl.jena.sparql.util
Class TripleComparator

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.TripleComparator
All Implemented Interfaces:
Comparator<com.hp.hpl.jena.graph.Triple>

public class TripleComparator
extends Object
implements Comparator<com.hp.hpl.jena.graph.Triple>


Constructor Summary
TripleComparator()
           
 
Method Summary
 int compare(com.hp.hpl.jena.graph.Triple o1, com.hp.hpl.jena.graph.Triple o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TripleComparator

public TripleComparator()
Method Detail

compare

public int compare(com.hp.hpl.jena.graph.Triple o1,
                   com.hp.hpl.jena.graph.Triple o2)
Specified by:
compare in interface Comparator<com.hp.hpl.jena.graph.Triple>


Licenced under the Apache License, Version 2.0