org.jrdf.graph.local
Class GlobalizedBlankNodeComparatorImpl
java.lang.Object
org.jrdf.graph.local.GlobalizedBlankNodeComparatorImpl
- All Implemented Interfaces:
- Serializable, Comparator<BlankNode>, BlankNodeComparator
public class GlobalizedBlankNodeComparatorImpl
- extends Object
- implements BlankNodeComparator, Serializable
Without any context or localization you can't tell the difference between blank nodes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalizedBlankNodeComparatorImpl
public GlobalizedBlankNodeComparatorImpl()
compare
public int compare(BlankNode blankNode1,
BlankNode blankNode2)
- Specified by:
compare
in interface Comparator<BlankNode>