Home
last modified time | relevance | path

Searched refs:anotherByte (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DByte.java514 public int compareTo(Byte anotherByte) { in compareTo() argument
515 return compare(this.value, anotherByte.value); in compareTo()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DByte.java114 public int compareTo(java.lang.Byte anotherByte) { in compareTo() argument
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java71 public int compareTo(@libcore.util.NonNull java.lang.Byte anotherByte) { throw new RuntimeException… in compareTo() argument