Toggle navigation
Home
java.util.Iterator to java.util.List
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
Iterator<Map.Entry<Object,LocalObjects.LocalObjectEntry>>
to
List<Map.Entry<Object,LocalObjects.LocalObjectEntry>>
Iterator<Label>
to
List<Label>
Iterator<? extends Serializable>
to
List<Exchange>
Add or Remove Method invocation
iterator
to
collect
iterator
to
preTerminalYield
activeRules
to
activeRules.iterator()
iterator
to
pollConsume
Rename Variable
iterator
to
actorEntries
uPOSTagIt
to
uPOSTags
i
to
exchanges
iterator
to
records
Cascading Type Change (Different)
PojoRecordReader<T>
to
PojoRecordReader<>