Toggle navigation
Home
java.lang.Long to java.time.Duration
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'wildfly'}
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)