HomeSort by relevance Sort by last modified time
    Searched refs:thatValue (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/lang/
Integer.java 128 int thatValue = object.value;
129 return thisValue < thatValue ? -1 : (thisValue == thatValue ? 0 : 1);
Long.java 115 long thatValue = object.value;
116 return thisValue < thatValue ? -1 : (thisValue == thatValue ? 0 : 1);

Completed in 99 milliseconds