Searched defs:anotherCharacter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java6897 * @param anotherCharacter the {@code Character} to be compared.
6909 public int compareTo(Character anotherCharacter) { argument
6910 return compare(this.value, anotherCharacter.value);

Completed in 56 milliseconds