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

/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java966 * @param anotherDate the <code>Date</code> to be compared.
972 * @exception NullPointerException if <code>anotherDate</code> is null.
974 public int compareTo(Date anotherDate) { argument
976 long anotherTime = getMillisOf(anotherDate);

Completed in 31 milliseconds