final class com.google.common.collect.RegularImmutableSet extends com.google.common.collect.ImmutableSet$CachingAsList
{
private static final java.lang.Object[] EMPTY_ARRAY;
static final com.google.common.collect.RegularImmutableSet EMPTY;
private final transient java.lang.Object[] elements;
private final transient int hashCode;
final transient java.lang.Object[] table;
private final transient int mask;
void <init>(java.lang.Object[], int, java.lang.Object[], int)
{
java.lang.Object[] v, v;
int v, v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v := @parameter: java.lang.Object[];
v := @parameter: int;
v := @parameter: java.lang.Object[];
v := @parameter: int;
specialinvoke v.<com.google.common.collect.ImmutableSet$CachingAsList: void <init>()>();
v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements> = v;
v.<com.google.common.collect.RegularImmutableSet: int hashCode> = v;
v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] table> = v;
v.<com.google.common.collect.RegularImmutableSet: int mask> = v;
return;
}
public boolean contains(java.lang.Object)
{
java.lang.Object[] v;
com.google.common.collect.RegularImmutableSet v;
int v, v, v, v;
java.lang.Object v, v;
boolean v;
v := @this: com.google.common.collect.RegularImmutableSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] table>;
if v == null goto label;
v = lengthof v;
if v != 0 goto label;
label:
return 0;
label:
v = staticinvoke <com.google.common.collect.Hashing: int smearedHash(java.lang.Object)>(v);
label:
v = v.<com.google.common.collect.RegularImmutableSet: int mask>;
v = v & v;
v = v[v];
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
return 1;
label:
v = v + 1;
goto label;
}
public int size()
{
int v;
java.lang.Object[] v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = lengthof v;
return v;
}
public com.google.common.collect.UnmodifiableIterator iterator()
{
com.google.common.collect.UnmodifiableIterator v;
java.lang.Object[] v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = staticinvoke <com.google.common.collect.Iterators: com.google.common.collect.UnmodifiableIterator forArray(java.lang.Object[])>(v);
return v;
}
public java.util.Spliterator spliterator()
{
java.lang.Object[] v;
java.util.Spliterator v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = staticinvoke <java.util.Spliterators: java.util.Spliterator spliterator(java.lang.Object[],int)>(v, 1297);
return v;
}
java.lang.Object[] internalArray()
{
java.lang.Object[] v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
return v;
}
int internalArrayStart()
{
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
return 0;
}
int internalArrayEnd()
{
int v;
java.lang.Object[] v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = lengthof v;
return v;
}
int copyIntoArray(java.lang.Object[], int)
{
java.lang.Object[] v, v, v, v;
com.google.common.collect.RegularImmutableSet v;
int v, v, v, v;
v := @this: com.google.common.collect.RegularImmutableSet;
v := @parameter: java.lang.Object[];
v := @parameter: int;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = lengthof v;
staticinvoke <java.lang.System: void arraycopy(java.lang.Object,int,java.lang.Object,int,int)>(v, 0, v, v, v);
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
v = lengthof v;
v = v + v;
return v;
}
com.google.common.collect.ImmutableList createAsList()
{
java.lang.Object[] v, v;
com.google.common.collect.ImmutableList v;
int v;
com.google.common.collect.RegularImmutableAsList v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] table>;
v = lengthof v;
if v != 0 goto label;
v = staticinvoke <com.google.common.collect.ImmutableList: com.google.common.collect.ImmutableList of()>();
goto label;
label:
v = new com.google.common.collect.RegularImmutableAsList;
v = v;
v = v.<com.google.common.collect.RegularImmutableSet: java.lang.Object[] elements>;
specialinvoke v.<com.google.common.collect.RegularImmutableAsList: void <init>(com.google.common.collect.ImmutableCollection,java.lang.Object[])>(v, v);
label:
return v;
}
boolean isPartialView()
{
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
return 0;
}
public int hashCode()
{
int v;
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
v = v.<com.google.common.collect.RegularImmutableSet: int hashCode>;
return v;
}
boolean isHashCodeFast()
{
com.google.common.collect.RegularImmutableSet v;
v := @this: com.google.common.collect.RegularImmutableSet;
return 1;
}
static void <clinit>()
{
java.lang.Object[] v, v, v;
com.google.common.collect.RegularImmutableSet v;
v = newarray (java.lang.Object)[0];
<com.google.common.collect.RegularImmutableSet: java.lang.Object[] EMPTY_ARRAY> = v;
v = new com.google.common.collect.RegularImmutableSet;
v = <com.google.common.collect.RegularImmutableSet: java.lang.Object[] EMPTY_ARRAY>;
v = <com.google.common.collect.RegularImmutableSet: java.lang.Object[] EMPTY_ARRAY>;
specialinvoke v.<com.google.common.collect.RegularImmutableSet: void <init>(java.lang.Object[],int,java.lang.Object[],int)>(v, 0, v, 0);
<com.google.common.collect.RegularImmutableSet: com.google.common.collect.RegularImmutableSet EMPTY> = v;
return;
}
}