Toggle navigation
Home
java.util.concurrent.atomic.AtomicReference<java.lang.Object> to java.lang.Object
No. of Instances - 6
No. of Commits - 2
No. of Projects - {'orbit', 'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
stateReference.get()
to
state
stateReference.get()
to
state
executor().schedule(Duration.ofMillis(commit.operation().ttl()),() -> { value.set(null); current.clean(); current=null; } )
to
executor().schedule(Duration.ofMillis(commit.operation().ttl()),() -> { value=null; current.clean(); current=null; } )
value.get()
to
value
set
to
value
getAndSet
to
value
Rename Variable
stateReference
to
state
stateReference
to
state