org.jrdf.query.relation.attributename
Class AttributeNameComparatorImpl

java.lang.Object
  extended by org.jrdf.query.relation.attributename.AttributeNameComparatorImpl
All Implemented Interfaces:
Serializable, Comparator<AttributeName>, AttributeNameComparator

public final class AttributeNameComparatorImpl
extends Object
implements AttributeNameComparator

Compares attribute names.

Version:
$Revision:$
Author:
Andrew Newman
See Also:
Serialized Form

Constructor Summary
AttributeNameComparatorImpl()
           
 
Method Summary
 int compare(AttributeName attName1, AttributeName attName2)
           
 
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

AttributeNameComparatorImpl

public AttributeNameComparatorImpl()
Method Detail

compare

public int compare(AttributeName attName1,
                   AttributeName attName2)
Specified by:
compare in interface Comparator<AttributeName>