MCPcopy 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

timedWaitMethod · 0.95
timedJoinMethod · 0.95
sleepMethod · 0.95
offerMethod · 0.80
pollMethod · 0.80
getMethod · 0.80
convertMethod · 0.80

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected