Toggle navigation
Home
java.lang.Long to java.time.Duration
No. of Instances - 73
No. of Commits - 6
No. of Projects - {'neo4j', 'james-project', '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)