class com.google.common.collect.Interners$InternerFunction extends java.lang.Object implements com.google.common.base.Function
{
private final com.google.common.collect.Interner interner;
public void <init>(com.google.common.collect.Interner)
{
com.google.common.collect.Interners$InternerFunction v;
com.google.common.collect.Interner v;
v := @this: com.google.common.collect.Interners$InternerFunction;
v := @parameter: com.google.common.collect.Interner;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.google.common.collect.Interners$InternerFunction: com.google.common.collect.Interner interner> = v;
return;
}
public java.lang.Object apply(java.lang.Object)
{
com.google.common.collect.Interners$InternerFunction v;
java.lang.Object v, v;
com.google.common.collect.Interner v;
v := @this: com.google.common.collect.Interners$InternerFunction;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.Interners$InternerFunction: com.google.common.collect.Interner interner>;
v = interfaceinvoke v.<com.google.common.collect.Interner: java.lang.Object intern(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
com.google.common.collect.Interners$InternerFunction v;
com.google.common.collect.Interner v;
v := @this: com.google.common.collect.Interners$InternerFunction;
v = v.<com.google.common.collect.Interners$InternerFunction: com.google.common.collect.Interner interner>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
return v;
}
public boolean equals(java.lang.Object)
{
com.google.common.collect.Interners$InternerFunction v;
java.lang.Object v;
com.google.common.collect.Interner v, v;
boolean v, v;
v := @this: com.google.common.collect.Interners$InternerFunction;
v := @parameter: java.lang.Object;
v = v instanceof com.google.common.collect.Interners$InternerFunction;
if v == 0 goto label;
v = v.<com.google.common.collect.Interners$InternerFunction: com.google.common.collect.Interner interner>;
v = v.<com.google.common.collect.Interners$InternerFunction: com.google.common.collect.Interner interner>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
return v;
label:
return 0;
}
}