org.jrdf.query.relation.mem
Class AttributeValuePairComparatorImpl

java.lang.Object
  extended by 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

Constructor Summary
AttributeValuePairComparatorImpl(AttributeComparator attributeComparator, NodeComparator valueComparator)
           
 
Method Summary
 int compare(AttributeValuePair attributeValuePair, AttributeValuePair attributeValuePair1)
           
 
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

AttributeValuePairComparatorImpl

public AttributeValuePairComparatorImpl(AttributeComparator attributeComparator,
                                        NodeComparator valueComparator)
Method Detail

compare

public int compare(AttributeValuePair attributeValuePair,
                   AttributeValuePair attributeValuePair1)
Specified by:
compare in interface Comparator<AttributeValuePair>