final enum class com.google.common.hash.Funnels$IntegerFunnel extends java.lang.Enum implements com.google.common.hash.Funnel
{
public static final enum com.google.common.hash.Funnels$IntegerFunnel INSTANCE;
private static final com.google.common.hash.Funnels$IntegerFunnel[] $VALUES;
public static com.google.common.hash.Funnels$IntegerFunnel[] values()
{
java.lang.Object v;
com.google.common.hash.Funnels$IntegerFunnel[] v;
v = <com.google.common.hash.Funnels$IntegerFunnel: com.google.common.hash.Funnels$IntegerFunnel[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.hash.Funnels$IntegerFunnel valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lcom/google/common/hash/Funnels$IntegerFunnel;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
com.google.common.hash.Funnels$IntegerFunnel v;
java.lang.String v;
v := @this: com.google.common.hash.Funnels$IntegerFunnel;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public void funnel(java.lang.Integer, com.google.common.hash.PrimitiveSink)
{
int v;
com.google.common.hash.Funnels$IntegerFunnel v;
com.google.common.hash.PrimitiveSink v;
java.lang.Integer v;
v := @this: com.google.common.hash.Funnels$IntegerFunnel;
v := @parameter: java.lang.Integer;
v := @parameter: com.google.common.hash.PrimitiveSink;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<com.google.common.hash.PrimitiveSink: com.google.common.hash.PrimitiveSink putInt(int)>(v);
return;
}
public java.lang.String toString()
{
com.google.common.hash.Funnels$IntegerFunnel v;
v := @this: com.google.common.hash.Funnels$IntegerFunnel;
return "Funnels.integerFunnel()";
}
private static com.google.common.hash.Funnels$IntegerFunnel[] $values()
{
com.google.common.hash.Funnels$IntegerFunnel v;
com.google.common.hash.Funnels$IntegerFunnel[] v;
v = newarray (com.google.common.hash.Funnels$IntegerFunnel)[1];
v = <com.google.common.hash.Funnels$IntegerFunnel: com.google.common.hash.Funnels$IntegerFunnel INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
com.google.common.hash.Funnels$IntegerFunnel v;
com.google.common.hash.Funnels$IntegerFunnel[] v;
v = new com.google.common.hash.Funnels$IntegerFunnel;
specialinvoke v.<com.google.common.hash.Funnels$IntegerFunnel: void <init>(java.lang.String,int)>("INSTANCE", 0);
<com.google.common.hash.Funnels$IntegerFunnel: com.google.common.hash.Funnels$IntegerFunnel INSTANCE> = v;
v = staticinvoke <com.google.common.hash.Funnels$IntegerFunnel: com.google.common.hash.Funnels$IntegerFunnel[] $values()>();
<com.google.common.hash.Funnels$IntegerFunnel: com.google.common.hash.Funnels$IntegerFunnel[] $VALUES> = v;
return;
}
}