org.jrdf.graph
Class ResourceComparator
java.lang.Object
org.jrdf.graph.ResourceComparator
- All Implemented Interfaces:
- Serializable, Comparator<Resource>
public class ResourceComparator
- extends Object
- implements Comparator<Resource>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceComparator
public ResourceComparator()
compare
public int compare(Resource resource1,
Resource resource2)
- Specified by:
compare
in interface Comparator<Resource>