Searched refs:anotherShort (Results 1 – 2 of 2) sorted by relevance
508 public int compareTo(Short anotherShort) { in compareTo() argument509 return compare(this.value, anotherShort.value); in compareTo()
114 public int compareTo(java.lang.Short anotherShort) { in compareTo() argument