Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toMillis
Method
toMillis
classpath/java/util/concurrent/TimeUnit.java:25–28 ·
view source on GitHub ↗
(long d)
Source
from the content-addressed store, hash-verified
23
}
24
25
@Override
26
public
long toMillis(long d) {
27
return
d / NANOSECONDS_PER_MILLISECOND;
28
}
29
30
@Override
31
public
long toSeconds(long d) {
Callers
7
timedWait
Method · 0.95
timedJoin
Method · 0.95
sleep
Method · 0.95
offer
Method · 0.80
poll
Method · 0.80
get
Method · 0.80
convert
Method · 0.80
Calls
1
scale
Method · 0.95
Tested by
no test coverage detected