Toggle navigation
Home
java.util.concurrent.atomic.AtomicInteger to org.apdplat.word.util.AtomicFloat
No. of Instances - 5
No. of Commits - 3
No. of Projects - {'word'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Different)
AtomicInteger
to
Float
int
to
float
AtomicInteger
to
Float
int
to
float
Add or Remove Method invocation
frequency1.get(word)
to
weights1.get(word.getText())
frequency2.get(word)
to
weights2.get(word.getText())
frequency1.get(word)
to
weights1.get(word.getText())
frequency2.get(word)
to
weights2.get(word.getText())
aa.get()
to
aa.doubleValue()
bb.get()
to
bb.doubleValue()
Wrap or Un-wrap
forEach
to
forEach
forEach
to
forEach