org.jrdf.query.relation
Interface AttributeValuePairComparator

All Superinterfaces:
Comparator<AttributeValuePair>, Serializable
All Known Implementing Classes:
AttributeValuePairComparatorImpl

public interface AttributeValuePairComparator
extends Comparator<AttributeValuePair>, Serializable

Sort attributes values by their type and value.

Version:
$Id: AttributeValuePairComparator.java 1804 2008-01-04 05:42:41Z newmana $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals