public final class com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136 extends java.lang.Object implements java.util.function.IntFunction
{
com.google.common.collect.ImmutableSortedMap$1EntrySet$1 cap;
public static java.util.function.IntFunction bootstrap$(com.google.common.collect.ImmutableSortedMap$1EntrySet$1)
{
com.google.common.collect.ImmutableSortedMap$1EntrySet$1 v;
com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136 v;
v := @parameter: com.google.common.collect.ImmutableSortedMap$1EntrySet$1;
v = new com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136;
specialinvoke v.<com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136: void <init>(com.google.common.collect.ImmutableSortedMap$1EntrySet$1)>(v);
return v;
}
public void <init>(com.google.common.collect.ImmutableSortedMap$1EntrySet$1)
{
com.google.common.collect.ImmutableSortedMap$1EntrySet$1 v;
com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136 v;
v := @this: com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136;
v := @parameter: com.google.common.collect.ImmutableSortedMap$1EntrySet$1;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136: com.google.common.collect.ImmutableSortedMap$1EntrySet$1 cap0> = v;
return;
}
public java.lang.Object apply(int)
{
java.util.Map$Entry v;
com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136 v;
int v;
com.google.common.collect.ImmutableSortedMap$1EntrySet$1 v;
v := @this: com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136;
v := @parameter: int;
v = v.<com.google.common.collect.ImmutableSortedMap$1EntrySet$1$get__136: com.google.common.collect.ImmutableSortedMap$1EntrySet$1 cap0>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedMap$1EntrySet$1: java.util.Map$Entry get(int)>(v);
return v;
}
}