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

/libcore/ojluni/src/main/java/java/util/
H A DDate.java989 * @param anotherDate the <code>Date</code> to be compared.
995 * @exception NullPointerException if <code>anotherDate</code> is null.
997 public int compareTo(Date anotherDate) { argument
999 long anotherTime = getMillisOf(anotherDate);

Completed in 334 milliseconds