public class com.google.common.collect.testing.google.AbstractMultisetTester extends com.google.common.collect.testing.AbstractCollectionTester
{
public void <init>()
{
com.google.common.collect.testing.google.AbstractMultisetTester v;
v := @this: com.google.common.collect.testing.google.AbstractMultisetTester;
specialinvoke v.<com.google.common.collect.testing.AbstractCollectionTester: void <init>()>();
return;
}
protected final com.google.common.collect.Multiset getMultiset()
{
com.google.common.collect.testing.google.AbstractMultisetTester v;
java.util.Collection v;
v := @this: com.google.common.collect.testing.google.AbstractMultisetTester;
v = v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.util.Collection collection>;
return v;
}
protected void initThreeCopies()
{
java.lang.Object[] v;
java.lang.Object v, v, v, v, v;
com.google.common.collect.testing.google.AbstractMultisetTester v;
v := @this: com.google.common.collect.testing.google.AbstractMultisetTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.lang.Object getSubjectGenerator()>();
v = newarray (java.lang.Object)[3];
v = virtualinvoke v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.lang.Object e0()>();
v[0] = v;
v = virtualinvoke v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.lang.Object e0()>();
v[1] = v;
v = virtualinvoke v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.lang.Object e0()>();
v[2] = v;
v = interfaceinvoke v.<com.google.common.collect.testing.OneSizeTestContainerGenerator: java.lang.Object create(java.lang.Object[])>(v);
v.<com.google.common.collect.testing.google.AbstractMultisetTester: java.util.Collection collection> = v;
return;
}
}