Toggle navigation
Home
java.lang.Long to java.time.Duration
No. of Instances - 8
No. of Commits - 2
No. of Projects - {'james-project'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
elapsed
to
Duration.ofMillis(elapsed)
Other
0L
to
Duration.ZERO
Update Class Instacne Creation
new AbstractMap.SimpleImmutableEntry<>(0L,0L)
to
new AbstractMap.SimpleImmutableEntry<>(Duration.ZERO,0L)