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

Method extractOld

base/src/main/java/net/time4j/Moment.java:2564–2568  ·  view source on GitHub ↗
(Moment context)

Source from the content-addressed store, hash-verified

2562 }
2563
2564 private long extractOld(Moment context) {
2565
2566 return Number.class.cast(context.getTimeUTC().get(this.element)).longValue();
2567
2568 }
2569
2570 private long extractValue() {
2571

Callers 1

applyMethod · 0.95

Calls 3

getTimeUTCMethod · 0.80
getMethod · 0.65
castMethod · 0.45

Tested by

no test coverage detected