public abstract class com.google.common.collect.testing.TestUnhashableCollectionGenerator extends java.lang.Object implements com.google.common.collect.testing.TestCollectionGenerator
{
public void <init>()
{
com.google.common.collect.testing.TestUnhashableCollectionGenerator v;
v := @this: com.google.common.collect.testing.TestUnhashableCollectionGenerator;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public com.google.common.collect.testing.SampleElements samples()
{
com.google.common.collect.testing.SampleElements$Unhashables v;
com.google.common.collect.testing.TestUnhashableCollectionGenerator v;
v := @this: com.google.common.collect.testing.TestUnhashableCollectionGenerator;
v = new com.google.common.collect.testing.SampleElements$Unhashables;
specialinvoke v.<com.google.common.collect.testing.SampleElements$Unhashables: void <init>()>();
return v;
}
public transient java.util.Collection create(java.lang.Object[])
{
java.lang.Object[] v;
com.google.common.collect.testing.TestUnhashableCollectionGenerator v;
java.util.Collection v;
com.google.common.collect.testing.UnhashableObject[] v;
int v, v, v, v, v;
java.lang.Object v;
v := @this: com.google.common.collect.testing.TestUnhashableCollectionGenerator;
v := @parameter: java.lang.Object[];
v = lengthof v;
v = virtualinvoke v.<com.google.common.collect.testing.TestUnhashableCollectionGenerator: com.google.common.collect.testing.UnhashableObject[] createArray(int)>(v);
v = 0;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v;
v = v + 1;
v[v] = v;
v = v + 1;
goto label;
label:
v = virtualinvoke v.<com.google.common.collect.testing.TestUnhashableCollectionGenerator: java.util.Collection create(com.google.common.collect.testing.UnhashableObject[])>(v);
return v;
}
protected abstract java.util.Collection create(com.google.common.collect.testing.UnhashableObject[]);
public com.google.common.collect.testing.UnhashableObject[] createArray(int)
{
int v;
com.google.common.collect.testing.TestUnhashableCollectionGenerator v;
com.google.common.collect.testing.UnhashableObject[] v;
v := @this: com.google.common.collect.testing.TestUnhashableCollectionGenerator;
v := @parameter: int;
v = newarray (com.google.common.collect.testing.UnhashableObject)[v];
return v;
}
public java.lang.Iterable order(java.util.List)
{
java.util.List v;
com.google.common.collect.testing.TestUnhashableCollectionGenerator v;
v := @this: com.google.common.collect.testing.TestUnhashableCollectionGenerator;
v := @parameter: java.util.List;
return v;
}
}