Searched refs:otherTimestamp (Results 1 – 1 of 1) sorted by relevance
163 public int compareTo(Timestamp otherTimestamp) { in compareTo() argument164 int cmp = TimeUtils.compareLongs(getSeconds(), otherTimestamp.getSeconds()); in compareTo()168 return TimeUtils.compareLongs(getNanos(), otherTimestamp.getNanos()); in compareTo()