Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DDate.java997 public int compareTo(Date anotherDate) { in compareTo() argument
999 long anotherTime = getMillisOf(anotherDate); in compareTo()