Searched refs:anotherTime (Results 1 – 2 of 2) sorted by relevance
477 long anotherTime = ts.getTime(); in compareTo() local478 int i = (thisTime<anotherTime ? -1 :(thisTime==anotherTime?0 :1)); in compareTo()
999 long anotherTime = getMillisOf(anotherDate); in compareTo() local1000 return (thisTime<anotherTime ? -1 : (thisTime==anotherTime ? 0 : 1)); in compareTo()