org.jrdf.graph.datatype
Interface EquivComparable<T>

All Known Subinterfaces:
DatatypeValue, XSDDecimal
All Known Implementing Classes:
AnyURIValue, BooleanValue, ByteValue, CalendarValue, DateTimeValue, DecimalValue, DoubleValue, DurationValue, FloatValue, GMonthCalendarValue, IntegerValue, IntValue, LongValue, NonNegativeIntegerValue, NonPositiveIntegerValue, QNameValue, ShortValue, StringValue

public interface EquivComparable<T>

Indicates a slightly different comparison operation - one that takes into account the semantics of the data type. For example, 7.0 and 7 will be considered equal (return 0). Where the normal equals and compareTo would not.


Method Summary
 int equivCompareTo(T t)
           
 

Method Detail

equivCompareTo

int equivCompareTo(T t)