Searched refs:anotherInteger (Results 1 – 3 of 3) sorted by relevance
177 public int compareTo(java.lang.Integer anotherInteger) { in compareTo() argument
98 public int compareTo(@libcore.util.NonNull java.lang.Integer anotherInteger) { throw new RuntimeExc… in compareTo() argument
1605 public int compareTo(Integer anotherInteger) {1606 return compare(this.value, anotherInteger.value);