Searched refs:anotherByte (Results 1 – 3 of 3) sorted by relevance
514 public int compareTo(Byte anotherByte) { in compareTo() argument515 return compare(this.value, anotherByte.value); in compareTo()
114 public int compareTo(java.lang.Byte anotherByte) { in compareTo() argument
71 public int compareTo(@libcore.util.NonNull java.lang.Byte anotherByte) { throw new RuntimeException… in compareTo() argument