Toggle navigation
Home
java.util.Collection to java.lang.Iterable
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'gwt'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
computeEvents(entitlements,blockingStates,accountTimeZone)
to
SubscriptionEventOrdering.sortedCopy(entitlements,accountTimeZone)
ImmutableList.<Plan>copyOf(Iterables.transform(input,planTransformer))
to
ImmutableList.copyOf(Iterables.transform(input,planTransformer))
ImmutableList.<Product>copyOf(Iterables.transform(input,productTransformer))
to
ImmutableList.copyOf(Iterables.transform(input,productTransformer))
items.toArray()
to
U.array(items)
transform(keyedStateHandles)
to
rawKeyedStateInputs
Rename Variable
collection
to
iterable
collection
to
iterable
keyGroupsStateHandles
to
rawKeyedStateInputs
operatorStateHandles
to
rawOperatorStateInputs
operatorStateHandles
to
rawOperatorStateInputs
meta
to
names
meta
to
names