Searched refs:thisTime (Results 1 – 3 of 3) sorted by relevance
476 long thisTime = this.getTime(); in compareTo() local478 int i = (thisTime<anotherTime ? -1 :(thisTime==anotherTime?0 :1)); in compareTo()
1000 long thisTime = getMillisOf(this); in compareTo() local1002 return (thisTime<anotherTime ? -1 : (thisTime==anotherTime ? 0 : 1)); in compareTo()
3490 long thisTime = getMillisOf(this); in compareTo() local3491 return (thisTime > t) ? 1 : (thisTime == t) ? 0 : -1; in compareTo()