Searched refs:anotherByte (Results 1 – 1 of 1) sorted by relevance
433 public int compareTo(Byte anotherByte) { in compareTo() argument434 return compare(this.value, anotherByte.value); in compareTo()