public class com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator extends java.lang.Object implements com.google.common.collect.testing.TestSetGenerator, com.google.common.collect.testing.DerivedGenerator
{
private final com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator;
private final com.google.common.collect.testing.SampleElements samples;
public void <init>(com.google.common.collect.testing.OneSizeTestContainerGenerator)
{
com.google.common.collect.testing.OneSizeTestContainerGenerator v, v;
com.google.common.collect.testing.SampleElements v, v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
java.lang.Object v, v, v, v, v, v, v, v, v, v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v := @parameter: com.google.common.collect.testing.OneSizeTestContainerGenerator;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator> = v;
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator>;
v = interfaceinvoke v.<com.google.common.collect.testing.OneSizeTestContainerGenerator: com.google.common.collect.testing.SampleElements samples()>();
v = new com.google.common.collect.testing.SampleElements;
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.lang.Object e0()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.lang.Object e1()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.lang.Object e2()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.lang.Object e3()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.lang.Object e4()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
specialinvoke v.<com.google.common.collect.testing.SampleElements: void <init>(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)>(v, v, v, v, v);
v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.SampleElements samples> = v;
return;
}
public com.google.common.collect.testing.SampleElements samples()
{
com.google.common.collect.testing.SampleElements v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.SampleElements samples>;
return v;
}
public transient java.util.Set create(java.lang.Object[])
{
java.lang.Object[] v, v;
java.util.ArrayList v;
int v, v, v, v;
boolean v;
java.util.Map$Entry v;
java.util.Iterator v;
com.google.common.collect.testing.OneSizeTestContainerGenerator v, v;
java.util.Collection v;
java.util.Set v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
java.lang.Object v, v, v, v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v := @parameter: java.lang.Object[];
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator>;
v = lengthof v;
v = interfaceinvoke v.<com.google.common.collect.testing.OneSizeTestContainerGenerator: java.util.Collection getSampleElements(int)>(v);
v = new java.util.ArrayList;
v = lengthof v;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v = 0;
v = interfaceinvoke v.<java.util.Collection: 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()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getKey()>();
v = v;
v = v + 1;
v = v[v];
v = staticinvoke <com.google.common.collect.testing.Helpers: java.util.Map$Entry mapEntry(java.lang.Object,java.lang.Object)>(v, v);
interfaceinvoke v.<java.util.Collection: boolean add(java.lang.Object)>(v);
goto label;
label:
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator>;
v = interfaceinvoke v.<java.util.Collection: java.lang.Object[] toArray()>();
v = interfaceinvoke v.<com.google.common.collect.testing.OneSizeTestContainerGenerator: java.lang.Object create(java.lang.Object[])>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: java.util.Set values()>();
return v;
}
public java.lang.Object[] createArray(int)
{
java.lang.Object[] v;
com.google.common.collect.testing.TestContainerGenerator v;
com.google.common.collect.testing.OneSizeTestContainerGenerator v;
int v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v := @parameter: int;
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator>;
v = interfaceinvoke v.<com.google.common.collect.testing.OneSizeTestContainerGenerator: com.google.common.collect.testing.TestContainerGenerator getInnerGenerator()>();
v = interfaceinvoke v.<com.google.common.collect.testing.google.TestBiMapGenerator: java.lang.Object[] createValueArray(int)>(v);
return v;
}
public java.lang.Iterable order(java.util.List)
{
java.util.List v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v := @parameter: java.util.List;
return v;
}
public com.google.common.collect.testing.TestSubjectGenerator getInnerGenerator()
{
com.google.common.collect.testing.OneSizeTestContainerGenerator v;
com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator v;
v := @this: com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator;
v = v.<com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators$BiMapValueSetGenerator: com.google.common.collect.testing.OneSizeTestContainerGenerator mapGenerator>;
return v;
}
}