Searched refs:getMillisOf (Results 1 – 3 of 3) sorted by relevance
937 return getMillisOf(this) < getMillisOf(when); in before()951 return getMillisOf(this) > getMillisOf(when); in after()977 static final long getMillisOf(Date date) { in getMillisOf() method in Date1000 long thisTime = getMillisOf(this); in compareTo()1001 long anotherTime = getMillisOf(anotherDate); in compareTo()
2769 return compareTo(getMillisOf(that)) == 0 && in equals()2799 long t = getMillisOf(this); in hashCode()2866 return compareTo(getMillisOf(anotherCalendar)); in compareTo()3490 long thisTime = getMillisOf(this); in compareTo()3494 private static long getMillisOf(Calendar calendar) { in getMillisOf() method
379 private static long getMillisOf(java.util.Calendar calendar) { in getMillisOf() method in Calendar