Toggle navigation
Home
org.apache.ignite.internal.util.typedef.T2 to java.util.AbstractMap.Entry
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
existingData.get1()
to
existingData.getKey()
existingData.get2()
to
existingData.getValue()
existingData.get2()
to
existingData.getValue()
Cascading Type Change (Different)
T2<>
to
AbstractMap.SimpleEntry<>
T2<>
to
AbstractMap.SimpleEntry<>
T2<>
to
AbstractMap.SimpleEntry<>