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