Searched refs:anotherShort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DShort.java415 * @param anotherShort the {@code Short} to be compared.
425 public int compareTo(Short anotherShort) { argument
426 return compare(this.value, anotherShort.value);

Completed in 59 milliseconds