org.aksw.commons.collections
Class ResourceComparator

java.lang.Object
  extended by org.aksw.commons.collections.ResourceComparator
All Implemented Interfaces:
Comparator<com.hp.hpl.jena.rdf.model.Resource>

public class ResourceComparator
extends Object
implements Comparator<com.hp.hpl.jena.rdf.model.Resource>

Created by Claus Stadler Date: Oct 9, 2010 Time: 5:46:56 PM


Constructor Summary
ResourceComparator()
           
 
Method Summary
 int compare(com.hp.hpl.jena.rdf.model.Resource a, com.hp.hpl.jena.rdf.model.Resource b)
           
 
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

ResourceComparator

public ResourceComparator()
Method Detail

compare

public int compare(com.hp.hpl.jena.rdf.model.Resource a,
                   com.hp.hpl.jena.rdf.model.Resource b)
Specified by:
compare in interface Comparator<com.hp.hpl.jena.rdf.model.Resource>


Copyright © 2011. All Rights Reserved.