Searched refs:otherDuration (Results 1 – 2 of 2) sorted by relevance
1375 public int compareTo(Duration otherDuration) { in compareTo() argument1376 int cmp = Long.compare(seconds, otherDuration.seconds); in compareTo()1380 return nanos - otherDuration.nanos; in compareTo()1397 return (other instanceof Duration otherDuration) in equals()1398 && this.seconds == otherDuration.seconds in equals()1399 && this.nanos == otherDuration.nanos; in equals()
302 public int compareTo(java.time.Duration otherDuration) { in compareTo() argument306 public boolean equals(java.lang.Object otherDuration) { in equals() argument