Compares this object to another based on size.
@param object the object to compare to, must not benull
.
@return -1 if this is less than {@code object}, +1 if this is greater than {@code object}, 0 if they are equal.
@see java.lang.Comparable#compareTo(java.lang.Object)
|
|
|
|
|
|
|
|
|
|
|
|