Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DByte.java439 public int compareTo(Byte anotherByte) { in compareTo() argument
440 return compare(this.value, anotherByte.value); in compareTo()