public class com.google.common.collect.testing.google.ListMultimapReplaceValuesTester extends com.google.common.collect.testing.google.AbstractListMultimapTester
{
public void <init>()
{
com.google.common.collect.testing.google.ListMultimapReplaceValuesTester v;
v := @this: com.google.common.collect.testing.google.ListMultimapReplaceValuesTester;
specialinvoke v.<com.google.common.collect.testing.google.AbstractListMultimapTester: void <init>()>();
return;
}
public void testReplaceValuesPreservesOrder()
{
java.lang.Object[] v;
java.util.Iterator v;
com.google.common.collect.testing.SampleElements v;
com.google.common.collect.Multimap v;
com.google.common.collect.testing.google.ListMultimapReplaceValuesTester v;
java.util.List v;
java.lang.Object v, v, v, v;
boolean v;
v := @this: com.google.common.collect.testing.google.ListMultimapReplaceValuesTester;
v = newarray (java.lang.Object)[3];
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: java.lang.Object v3()>();
v[0] = v;
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: java.lang.Object v1()>();
v[1] = v;
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: java.lang.Object v4()>();
v[2] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: com.google.common.collect.testing.SampleElements sampleKeys()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: java.lang.Object resetContainer()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: com.google.common.collect.Multimap multimap()>();
interfaceinvoke v.<com.google.common.collect.ListMultimap: java.util.List replaceValues(java.lang.Object,java.lang.Iterable)>(v, v);
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapReplaceValuesTester: void assertGet(java.lang.Object,java.util.Collection)>(v, v);
goto label;
label:
return;
}
}