Toggle navigation
Home
java.util.concurrent.atomic.AtomicInteger to org.apache.commons.lang3.mutable.MutableInt
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
count.incrementAndGet()
to
count.increment()
count.incrementAndGet()
to
count.increment()
Rename Method invocation
get
to
intValue
get
to
intValue