org.jrdf.graph
Class ResourceComparator

java.lang.Object
  extended by org.jrdf.graph.ResourceComparator
All Implemented Interfaces:
Serializable, Comparator<Resource>

public class ResourceComparator
extends Object
implements Comparator<Resource>, Serializable

See Also:
Serialized Form

Constructor Summary
ResourceComparator()
           
 
Method Summary
 int compare(Resource resource1, Resource resource2)
           
 
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(Resource resource1,
                   Resource resource2)
Specified by:
compare in interface Comparator<Resource>