Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.95
Calls
3
getTimeUTC
Method · 0.80
get
Method · 0.65
cast
Method · 0.45
Tested by
no test coverage detected