final class com.google.common.collect.MapMakerInternalMap$EntrySet extends com.google.common.collect.MapMakerInternalMap$SafeToArraySet
{
final com.google.common.collect.MapMakerInternalMap this$0;
void <init>(com.google.common.collect.MapMakerInternalMap)
{
com.google.common.collect.MapMakerInternalMap v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v := @parameter: com.google.common.collect.MapMakerInternalMap;
v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0> = v;
specialinvoke v.<com.google.common.collect.MapMakerInternalMap$SafeToArraySet: void <init>()>();
return;
}
public java.util.Iterator iterator()
{
com.google.common.collect.MapMakerInternalMap v;
com.google.common.collect.MapMakerInternalMap$EntryIterator v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v = new com.google.common.collect.MapMakerInternalMap$EntryIterator;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
specialinvoke v.<com.google.common.collect.MapMakerInternalMap$EntryIterator: void <init>(com.google.common.collect.MapMakerInternalMap)>(v);
return v;
}
public boolean contains(java.lang.Object)
{
com.google.common.base.Equivalence v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
java.lang.Object v, v, v, v;
com.google.common.collect.MapMakerInternalMap v, v;
boolean v, v, v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v := @parameter: java.lang.Object;
v = v instanceof java.util.Map$Entry;
if v != 0 goto label;
return 0;
label:
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getKey()>();
if v != null goto label;
return 0;
label:
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
v = virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: java.lang.Object get(java.lang.Object)>(v);
if v == null goto label;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
v = virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: com.google.common.base.Equivalence valueEquivalence()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.base.Equivalence: boolean equivalent(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean remove(java.lang.Object)
{
com.google.common.collect.MapMakerInternalMap$EntrySet v;
java.lang.Object v, v, v;
com.google.common.collect.MapMakerInternalMap v;
boolean v, v, v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v := @parameter: java.lang.Object;
v = v instanceof java.util.Map$Entry;
if v != 0 goto label;
return 0;
label:
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getKey()>();
if v == null goto label;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: boolean remove(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int size()
{
int v;
com.google.common.collect.MapMakerInternalMap v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
v = virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: int size()>();
return v;
}
public boolean isEmpty()
{
com.google.common.collect.MapMakerInternalMap v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
boolean v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
v = virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: boolean isEmpty()>();
return v;
}
public void clear()
{
com.google.common.collect.MapMakerInternalMap v;
com.google.common.collect.MapMakerInternalMap$EntrySet v;
v := @this: com.google.common.collect.MapMakerInternalMap$EntrySet;
v = v.<com.google.common.collect.MapMakerInternalMap$EntrySet: com.google.common.collect.MapMakerInternalMap this$0>;
virtualinvoke v.<com.google.common.collect.MapMakerInternalMap: void clear()>();
return;
}
}