abstract enum class com.google.common.collect.Maps$EntryFunction extends java.lang.Enum implements com.google.common.base.Function
{
public static final enum com.google.common.collect.Maps$EntryFunction KEY;
public static final enum com.google.common.collect.Maps$EntryFunction VALUE;
private static final com.google.common.collect.Maps$EntryFunction[] $VALUES;
public static com.google.common.collect.Maps$EntryFunction[] values()
{
java.lang.Object v;
com.google.common.collect.Maps$EntryFunction[] v;
v = <com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.collect.Maps$EntryFunction 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/collect/Maps$EntryFunction;", v);
return v;
}
private void <init>(java.lang.String, int)
{
com.google.common.collect.Maps$EntryFunction v;
int v;
java.lang.String v;
v := @this: com.google.common.collect.Maps$EntryFunction;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static com.google.common.collect.Maps$EntryFunction[] $values()
{
com.google.common.collect.Maps$EntryFunction v, v;
com.google.common.collect.Maps$EntryFunction[] v;
v = newarray (com.google.common.collect.Maps$EntryFunction)[2];
v = <com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction KEY>;
v[0] = v;
v = <com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction VALUE>;
v[1] = v;
return v;
}
static void <clinit>()
{
com.google.common.collect.Maps$EntryFunction$2 v;
com.google.common.collect.Maps$EntryFunction$1 v;
com.google.common.collect.Maps$EntryFunction[] v;
v = new com.google.common.collect.Maps$EntryFunction$1;
specialinvoke v.<com.google.common.collect.Maps$EntryFunction$1: void <init>(java.lang.String,int)>("KEY", 0);
<com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction KEY> = v;
v = new com.google.common.collect.Maps$EntryFunction$2;
specialinvoke v.<com.google.common.collect.Maps$EntryFunction$2: void <init>(java.lang.String,int)>("VALUE", 1);
<com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction VALUE> = v;
v = staticinvoke <com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction[] $values()>();
<com.google.common.collect.Maps$EntryFunction: com.google.common.collect.Maps$EntryFunction[] $VALUES> = v;
return;
}
}