final class com.google.common.collect.RegularImmutableBiMap$Inverse extends com.google.common.collect.ImmutableBiMap
{
final com.google.common.collect.RegularImmutableBiMap this$0;
private void <init>(com.google.common.collect.RegularImmutableBiMap)
{
com.google.common.collect.RegularImmutableBiMap v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v := @parameter: com.google.common.collect.RegularImmutableBiMap;
v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0> = v;
specialinvoke v.<com.google.common.collect.ImmutableBiMap: void <init>()>();
return;
}
public int size()
{
com.google.common.collect.ImmutableBiMap v;
int v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v = virtualinvoke v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.ImmutableBiMap inverse()>();
v = virtualinvoke v.<com.google.common.collect.ImmutableBiMap: int size()>();
return v;
}
public com.google.common.collect.ImmutableBiMap inverse()
{
com.google.common.collect.RegularImmutableBiMap v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
return v;
}
public void forEach(java.util.function.BiConsumer)
{
com.google.common.collect.RegularImmutableBiMap v;
java.util.function.BiConsumer v, v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v := @parameter: java.util.function.BiConsumer;
staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
v = staticinvoke <com.google.common.collect.RegularImmutableBiMap$Inverse$lambda_forEach_0__174: java.util.function.BiConsumer bootstrap$(java.util.function.BiConsumer)>(v);
virtualinvoke v.<com.google.common.collect.RegularImmutableBiMap: void forEach(java.util.function.BiConsumer)>(v);
return;
}
public java.lang.Object get(java.lang.Object)
{
com.google.common.collect.ImmutableMapEntry v;
com.google.common.collect.RegularImmutableBiMap v, v, v;
com.google.common.collect.ImmutableMapEntry[] v, v;
int v, v, v, v;
java.lang.Object v, v, v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
boolean v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v := @parameter: java.lang.Object;
if v == null goto label;
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
v = v.<com.google.common.collect.RegularImmutableBiMap: com.google.common.collect.ImmutableMapEntry[] valueTable>;
if v != null goto label;
label:
return null;
label:
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = staticinvoke <com.google.common.collect.Hashing: int smear(int)>(v);
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
v = v.<com.google.common.collect.RegularImmutableBiMap: int mask>;
v = v & v;
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
v = v.<com.google.common.collect.RegularImmutableBiMap: com.google.common.collect.ImmutableMapEntry[] valueTable>;
v = v[v];
label:
if v == null goto label;
v = virtualinvoke v.<com.google.common.collect.ImmutableMapEntry: java.lang.Object getValue()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = virtualinvoke v.<com.google.common.collect.ImmutableMapEntry: java.lang.Object getKey()>();
return v;
label:
v = virtualinvoke v.<com.google.common.collect.ImmutableMapEntry: com.google.common.collect.ImmutableMapEntry getNextInValueBucket()>();
goto label;
label:
return null;
}
com.google.common.collect.ImmutableSet createKeySet()
{
com.google.common.collect.ImmutableMapKeySet v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v = new com.google.common.collect.ImmutableMapKeySet;
specialinvoke v.<com.google.common.collect.ImmutableMapKeySet: void <init>(com.google.common.collect.ImmutableMap)>(v);
return v;
}
com.google.common.collect.ImmutableSet createEntrySet()
{
com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v = new com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet;
specialinvoke v.<com.google.common.collect.RegularImmutableBiMap$Inverse$InverseEntrySet: void <init>(com.google.common.collect.RegularImmutableBiMap$Inverse)>(v);
return v;
}
boolean isPartialView()
{
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
return 0;
}
java.lang.Object writeReplace()
{
com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm v;
com.google.common.collect.RegularImmutableBiMap v;
com.google.common.collect.RegularImmutableBiMap$Inverse v;
v := @this: com.google.common.collect.RegularImmutableBiMap$Inverse;
v = new com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm;
v = v.<com.google.common.collect.RegularImmutableBiMap$Inverse: com.google.common.collect.RegularImmutableBiMap this$0>;
specialinvoke v.<com.google.common.collect.RegularImmutableBiMap$InverseSerializedForm: void <init>(com.google.common.collect.ImmutableBiMap)>(v);
return v;
}
}