Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DShort.java508 public int compareTo(Short anotherShort) { in compareTo() argument
509 return compare(this.value, anotherShort.value); in compareTo()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DShort.java114 public int compareTo(java.lang.Short anotherShort) { in compareTo() argument