Searched refs:anotherLong (Results 1 – 3 of 3) sorted by relevance
181 public int compareTo(java.lang.Long anotherLong) { in compareTo() argument
99 public int compareTo(@libcore.util.NonNull java.lang.Long anotherLong) { throw new RuntimeException… in compareTo() argument
1652 public int compareTo(Long anotherLong) { in compareTo() argument1653 return compare(this.value, anotherLong.value); in compareTo()