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

/openjdk7/jdk/src/share/classes/java/util/
H A DDate.java915 return getMillisOf(this) < getMillisOf(when);
929 return getMillisOf(this) > getMillisOf(when);
955 static final long getMillisOf(Date date) { method in class:Date
975 long thisTime = getMillisOf(this);
976 long anotherTime = getMillisOf(anotherDate);
H A DCalendar.java1908 return compareTo(getMillisOf(that)) == 0 &&
1933 long t = getMillisOf(this);
1999 return compareTo(getMillisOf(anotherCalendar));
2613 long thisTime = getMillisOf(this);
2617 private static final long getMillisOf(Calendar calendar) { method in class:Calendar

Completed in 45 milliseconds