Searched refs:getMillisOf (Results 1 – 2 of 2) sorted by relevance
933 return getMillisOf(this) < getMillisOf(when); in before()947 return getMillisOf(this) > getMillisOf(when); in after()973 static final long getMillisOf(Date date) { in getMillisOf() method in Date993 long thisTime = getMillisOf(this); in compareTo()994 long anotherTime = getMillisOf(anotherDate); in compareTo()
1891 return compareTo(getMillisOf(that)) == 0 && in equals()1916 long t = getMillisOf(this); in hashCode()1982 return compareTo(getMillisOf(anotherCalendar)); in compareTo()2596 long thisTime = getMillisOf(this); in compareTo()2600 private static final long getMillisOf(Calendar calendar) { in getMillisOf() method in Calendar