org.jrdf.query.relation.mem
Class RelationComparatorImpl
java.lang.Object
org.jrdf.query.relation.mem.RelationComparatorImpl
- All Implemented Interfaces:
- Serializable, Comparator<Relation>, RelationComparator
public final class RelationComparatorImpl
- extends Object
- implements RelationComparator
Stuff goes in here.
- Version:
- $Id: RelationComparatorImpl.java 1045 2007-01-05 04:56:09Z newmana $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationComparatorImpl
public RelationComparatorImpl(AttributeComparator newAttributeComparator,
TupleComparator newTupleComparator)
compare
public int compare(Relation relation1,
Relation relation2)
- Specified by:
compare
in interface Comparator<Relation>