Searched refs:toEpochNano (Results 1 – 1 of 1) sorted by relevance
1175 long nanosUntil = end.toEpochNano() - toEpochNano(); // no overflow in until()1224 private long toEpochNano() { in toEpochNano() method in OffsetTime1284 int compare = Long.compare(toEpochNano(), other.toEpochNano()); in compareTo()1304 return toEpochNano() > other.toEpochNano(); in isAfter()1319 return toEpochNano() < other.toEpochNano(); in isBefore()1334 return toEpochNano() == other.toEpochNano(); in isEqual()