Toggle navigation
Home
java.util.stream.Stream to java.util.Iterator
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'graphhopper', 'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
Stream<Label>
to
Iterator<Label>
List<Label>
to
Label
Add or Remove Method invocation
calcLabels
to
iterator
solutions.get(0)
to
solution
Rename Variable
labels
to
iterator
labels
to
iterator
Wrap or Un-wrap
map
to
map