|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueComparable
The interface for classes whose instance can be compared to other instance.
INTEGER
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
,
REAL
Method Summary | |
---|---|
int |
compareTo(ASN1Type other)
Compares the value of this instance to the value of the other instance. |
Method Detail |
---|
int compareTo(ASN1Type 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 |