|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EquivComparable<T>
Indicates a slightly difference 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 |
---|
int equivCompareTo(T t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |