public class com.google.common.collect.testing.google.MultisetForEachEntryTester extends com.google.common.collect.testing.google.AbstractMultisetTester
{
public void <init>()
{
com.google.common.collect.testing.google.MultisetForEachEntryTester v;
v := @this: com.google.common.collect.testing.google.MultisetForEachEntryTester;
specialinvoke v.<com.google.common.collect.testing.google.AbstractMultisetTester: void <init>()>();
return;
}
public void testForEachEntry()
{
com.google.common.collect.Multiset v, v;
java.util.Set v;
java.util.function.ObjIntConsumer v;
com.google.common.collect.testing.google.MultisetForEachEntryTester v;
java.util.ArrayList v, v;
v := @this: com.google.common.collect.testing.google.MultisetForEachEntryTester;
v = new java.util.ArrayList;
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: com.google.common.collect.Multiset getMultiset()>();
v = interfaceinvoke v.<com.google.common.collect.Multiset: java.util.Set entrySet()>();
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: com.google.common.collect.Multiset getMultiset()>();
v = staticinvoke <com.google.common.collect.testing.google.MultisetForEachEntryTester$lambda_testForEachEntry_0__19: java.util.function.ObjIntConsumer bootstrap$(java.util.List)>(v);
interfaceinvoke v.<com.google.common.collect.Multiset: void forEachEntry(java.util.function.ObjIntConsumer)>(v);
staticinvoke <com.google.common.collect.testing.Helpers: void assertEqualIgnoringOrder(java.lang.Iterable,java.lang.Iterable)>(v, v);
return;
}
public void testForEachEntryOrdered()
{
com.google.common.collect.Multiset v, v;
java.util.Set v;
java.util.function.ObjIntConsumer v;
com.google.common.collect.testing.google.MultisetForEachEntryTester v;
java.util.ArrayList v, v;
v := @this: com.google.common.collect.testing.google.MultisetForEachEntryTester;
v = new java.util.ArrayList;
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: com.google.common.collect.Multiset getMultiset()>();
v = interfaceinvoke v.<com.google.common.collect.Multiset: java.util.Set entrySet()>();
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: com.google.common.collect.Multiset getMultiset()>();
v = staticinvoke <com.google.common.collect.testing.google.MultisetForEachEntryTester$lambda_testForEachEntryOrdered_1__20: java.util.function.ObjIntConsumer bootstrap$(java.util.List)>(v);
interfaceinvoke v.<com.google.common.collect.Multiset: void forEachEntry(java.util.function.ObjIntConsumer)>(v);
staticinvoke <com.google.common.collect.testing.google.MultisetForEachEntryTester: void assertEquals(java.lang.Object,java.lang.Object)>(v, v);
return;
}
public void testForEachEntryDuplicates()
{
java.util.List v;
com.google.common.collect.Multiset v;
java.lang.Object v;
java.util.function.ObjIntConsumer v;
com.google.common.collect.Multiset$Entry v;
com.google.common.collect.testing.google.MultisetForEachEntryTester v;
java.util.ArrayList v;
v := @this: com.google.common.collect.testing.google.MultisetForEachEntryTester;
virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: void initThreeCopies()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: java.lang.Object e0()>();
v = staticinvoke <com.google.common.collect.Multisets: com.google.common.collect.Multiset$Entry immutableEntry(java.lang.Object,int)>(v, 3);
v = staticinvoke <java.util.Collections: java.util.List singletonList(java.lang.Object)>(v);
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.MultisetForEachEntryTester: com.google.common.collect.Multiset getMultiset()>();
v = staticinvoke <com.google.common.collect.testing.google.MultisetForEachEntryTester$lambda_testForEachEntryDuplicates_2__21: java.util.function.ObjIntConsumer bootstrap$(java.util.List)>(v);
interfaceinvoke v.<com.google.common.collect.Multiset: void forEachEntry(java.util.function.ObjIntConsumer)>(v);
staticinvoke <com.google.common.collect.testing.google.MultisetForEachEntryTester: void assertEquals(java.lang.Object,java.lang.Object)>(v, v);
return;
}
public static java.util.List getForEachEntryDuplicateInitializingMethods()
{
java.util.List v;
java.lang.reflect.Method v;
java.lang.reflect.Method[] v;
v = newarray (java.lang.reflect.Method)[1];
v = staticinvoke <com.google.common.collect.testing.Helpers: java.lang.reflect.Method getMethod(java.lang.Class,java.lang.String)>(class "Lcom/google/common/collect/testing/google/MultisetForEachEntryTester;", "testForEachEntryDuplicates");
v[0] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
}