|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueComparable<T extends ASN1Type>
The interface for classes whose instance can be compared to other instance.
INTEGER
, BigINTEGER
and REAL
implements this
interface and their value shall be ordered by the natural ordering.
compareTo
method is used for compare the value to the other value.
INTEGER
,
BigINTEGER
,
REAL
Method Summary | |
---|---|
int |
compareTo(T other)
Compares the value of this instance to the value of the other instance. |
Method Detail |
---|
int compareTo(T other)
other
- The instance whose value to be compared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |