Toggle navigation
Home
com.google.common.collect.ImmutableList to com.google.common.collect.ImmutableMap
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'killbill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
templateTypeNames.contains(n.getString())
to
templateTypeNames.containsKey(n.getString())
Guavate.toImmutableList()
to
Guavate.toImmutableMap(pair -> new QuotaThreshold(pair.getLeft()),Pair::getRight)
node.getDouble(XmlKeys.ROOT_KEY)
to
Pair
copy
to
builder.build()
MoreObjects
to
Objects.toStringHelper(ServiceManager.class)
MoreObjects.toStringHelper(ServiceManager.class)
to
Objects
copy
to
builder.build()
MoreObjects
to
Objects.toStringHelper(ServiceManager.class)
MoreObjects.toStringHelper(ServiceManager.class)
to
Objects
Other
QuotaThreshold::new
to
XmlKeys.SUBJECT_TEMPLATE
Cascading Type Change (Different)
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>
SingularGuavaMap2<T>
to
SingularGuavaMap2<A,B>