Home
last modified time | relevance | path

Searched defs:otherInstant (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DInstant.java1248 public int compareTo(Instant otherInstant) { in compareTo()
1265 public boolean isAfter(Instant otherInstant) { in isAfter()
1278 public boolean isBefore(Instant otherInstant) { in isBefore()
1292 public boolean equals(Object otherInstant) { in equals()