MCPcopy Create free account
hub / github.com/MenoData/Time4J / until

Method until

base/src/main/java/net/time4j/engine/TimePoint.java:458–465  ·  view source on GitHub ↗
(
        T end,
        TimeMetric<? extends U, P> metric
    )

Source from the content-addressed store, hash-verified

456 * @throws ArithmeticException in case of numerical overflow
457 */
458 public <P> P until(
459 T end,
460 TimeMetric<? extends U, P> metric
461 ) {
462
463 return metric.between(this.getContext(), end);
464
465 }
466
467 /**
468 * <p>Calculates the temporal distance between this time point and

Callers 15

betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45
betweenMethod · 0.45

Calls 4

getChronologyMethod · 0.95
betweenMethod · 0.65
getContextMethod · 0.45
getRuleMethod · 0.45

Tested by

no test coverage detected