Home
last modified time | relevance | path

Searched refs:otherRule (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/zone/
DZoneOffsetTransitionRule.java513 public boolean equals(Object otherRule) { in equals() argument
514 if (otherRule == this) { in equals()
517 if (otherRule instanceof ZoneOffsetTransitionRule) { in equals()
518 ZoneOffsetTransitionRule other = (ZoneOffsetTransitionRule) otherRule; in equals()