Toggle navigation
Home
com.google.common.collect.ImmutableList.Builder to com.google.common.collect.ImmutableMap.Builder
No. of Instances - 8
No. of Commits - 5
No. of Projects - {'james-project', 'lombok-intellij-plugin', 'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> External
Mapping:
Cascading Type Change (Different)
com.google.common.collect.ImmutableList<Number>
to
com.google.common.collect.ImmutableMap<Number,String>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
com.google.common.collect.ImmutableList<T>
to
com.google.common.collect.ImmutableMap<A,B>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
com.google.common.collect.ImmutableList<java.lang.Object>
to
com.google.common.collect.ImmutableMap<java.lang.Object,java.lang.Object>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
com.google.common.collect.ImmutableList<Integer>
to
com.google.common.collect.ImmutableMap<Integer,Float>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
Add or Remove Method invocation
com.google.common.collect.ImmutableList.<Number>of()
to
com.google.common.collect.ImmutableMap.<Number,String>of()
com.google.common.collect.ImmutableList.<T>of()
to
com.google.common.collect.ImmutableMap.<A,B>of()
com.google.common.collect.ImmutableList.<java.lang.Object>of()
to
com.google.common.collect.ImmutableMap.<java.lang.Object,java.lang.Object>of()
com.google.common.collect.ImmutableList.<Integer>of()
to
com.google.common.collect.ImmutableMap.<Integer,Float>of()