Toggle navigation
Home
java.util.Iterator to java.util.stream.Stream
No. of Instances - 80
No. of Commits - 5
No. of Projects - {'junit5', 'james-project', 'titan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
iterator
to
map
iterator
to
map
ImmutableList.of(MessageUid.of(1),MessageUid.of(3))
to
Stream
iterator
to
map
iterator
to
map
iterator
to
filter
iterator
to
map
iterator
to
map
iterator
to
map
iterator
to
map
Rename Variable
transformResponseToUidIterator
to
transformResponseToUidStream
Wrap or Un-wrap
execute
to
execute
Update Anonymous class
{ @Override public String getDisplayName( int invocationIndex){ return invocationIndex + " --> " + context.getDisplayName(); } }
to
{ @Override public String getDisplayName( int invocationIndex){ return invocationIndex + " --> " + context.getDisplayName(); } }