Toggle navigation
Home
java.util.concurrent.atomic.AtomicLong to java.lang.Long
No. of Instances - 5
No. of Commits - 3
No. of Projects - {'alluxio', 'guava', 'atomix'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
AtomicLong
to
Long
AtomicLong
to
Long
Rename Method invocation
get
to
remove
get
to
remove
Rename Variable
atomic
to
result
Add or Remove Method invocation
Maps.transformValues(map,new Function<AtomicLong,Long>(){ @Override public Long apply( AtomicLong atomic){ return atomic.get(); } } )
to
map
value.get()
to
value
set
to
value
getAndSet
to
value
addAndGet
to
delta
getAndAdd
to
delta