final enum class com.google.common.hash.Funnels$LongFunnel extends java.lang.Enum implements com.google.common.hash.Funnel
{
public static final enum com.google.common.hash.Funnels$LongFunnel INSTANCE;
private static final com.google.common.hash.Funnels$LongFunnel[] $VALUES;
public static com.google.common.hash.Funnels$LongFunnel[] values()
{
java.lang.Object v;
com.google.common.hash.Funnels$LongFunnel[] v;
v = <com.google.common.hash.Funnels$LongFunnel: com.google.common.hash.Funnels$LongFunnel[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.hash.Funnels$LongFunnel 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$LongFunnel;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
com.google.common.hash.Funnels$LongFunnel v;
java.lang.String v;
v := @this: com.google.common.hash.Funnels$LongFunnel;
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.Long, com.google.common.hash.PrimitiveSink)
{
java.lang.Long v;
com.google.common.hash.PrimitiveSink v;
long v;
com.google.common.hash.Funnels$LongFunnel v;
v := @this: com.google.common.hash.Funnels$LongFunnel;
v := @parameter: java.lang.Long;
v := @parameter: com.google.common.hash.PrimitiveSink;
v = virtualinvoke v.<java.lang.Long: long longValue()>();
interfaceinvoke v.<com.google.common.hash.PrimitiveSink: com.google.common.hash.PrimitiveSink putLong(long)>(v);
return;
}
public java.lang.String toString()
{
com.google.common.hash.Funnels$LongFunnel v;
v := @this: com.google.common.hash.Funnels$LongFunnel;
return "Funnels.longFunnel()";
}
private static com.google.common.hash.Funnels$LongFunnel[] $values()
{
com.google.common.hash.Funnels$LongFunnel v;
com.google.common.hash.Funnels$LongFunnel[] v;
v = newarray (com.google.common.hash.Funnels$LongFunnel)[1];
v = <com.google.common.hash.Funnels$LongFunnel: com.google.common.hash.Funnels$LongFunnel INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
com.google.common.hash.Funnels$LongFunnel v;
com.google.common.hash.Funnels$LongFunnel[] v;
v = new com.google.common.hash.Funnels$LongFunnel;
specialinvoke v.<com.google.common.hash.Funnels$LongFunnel: void <init>(java.lang.String,int)>("INSTANCE", 0);
<com.google.common.hash.Funnels$LongFunnel: com.google.common.hash.Funnels$LongFunnel INSTANCE> = v;
v = staticinvoke <com.google.common.hash.Funnels$LongFunnel: com.google.common.hash.Funnels$LongFunnel[] $values()>();
<com.google.common.hash.Funnels$LongFunnel: com.google.common.hash.Funnels$LongFunnel[] $VALUES> = v;
return;
}
}