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()
993 long thisTime = getMillisOf(this); in compareTo() local995 return (thisTime<anotherTime ? -1 : (thisTime==anotherTime ? 0 : 1)); in compareTo()
2596 long thisTime = getMillisOf(this); in compareTo() local2597 return (thisTime > t) ? 1 : (thisTime == t) ? 0 : -1; in compareTo()