Toggle navigation
Home
gnu.trove.stack.array.TIntArrayStack to com.carrotsearch.hppc.IntArrayDeque
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'graphhopper'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Cascading Type Change (Similar)
TIntArrayStack
to
IntArrayDeque
Rename Method invocation
push
to
addLast
push
to
addLast
push
to
addLast
Add or Remove Method invocation
nodeStack.pop()
to
nodeStack.removeLast()
stack.pop()
to
stack.removeLast()