ImageMetaValue
to another object. By default, a string comparison is done.
@param o The object, presumed to be another ImageMetaValue
,to compare to.
@return Returns a negative integer, zero, or a positive integer as thisImageMetaValue
is less than, equal to, or greater than the other ImageMetaValue
.
@throws IllegalArgumentException if the other object is not anImageMetaValue
.
@see #compareTo(String)
|
|
|
|