org.jrdf.query.relation.mem
Class AttributeValuePairComparatorImpl
java.lang.Object
org.jrdf.query.relation.mem.AttributeValuePairComparatorImpl
- All Implemented Interfaces:
- Serializable, Comparator<AttributeValuePair>, AttributeValuePairComparator
public final class AttributeValuePairComparatorImpl
- extends Object
- implements AttributeValuePairComparator
Stuff goes in here.
- Version:
- $Id: AttributeValuePairComparatorImpl.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 |
AttributeValuePairComparatorImpl
public AttributeValuePairComparatorImpl(AttributeComparator attributeComparator,
NodeComparator valueComparator)
compare
public int compare(AttributeValuePair attributeValuePair,
AttributeValuePair attributeValuePair1)
- Specified by:
compare
in interface Comparator<AttributeValuePair>