final class oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer extends oadd.com.carrotsearch.hppc.AbstractIntCollection
{
private final oadd.com.carrotsearch.hppc.LongIntHashMap owner;
final oadd.com.carrotsearch.hppc.LongIntHashMap this$0;
private void <init>(oadd.com.carrotsearch.hppc.LongIntHashMap)
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v, v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: oadd.com.carrotsearch.hppc.LongIntHashMap;
v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap this$0> = v;
specialinvoke v.<oadd.com.carrotsearch.hppc.AbstractIntCollection: void <init>()>();
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap this$0>;
v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner> = v;
return;
}
public int size()
{
int v;
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: int size()>();
return v;
}
public boolean isEmpty()
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
boolean v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: boolean isEmpty()>();
return v;
}
public boolean contains(int)
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
java.util.Iterator v;
int v, v;
java.lang.Object v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
boolean v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = v.<oadd.com.carrotsearch.hppc.cursors.LongIntCursor: int value>;
if v != v goto label;
return 1;
label:
return 0;
}
public oadd.com.carrotsearch.hppc.procedures.IntProcedure forEach(oadd.com.carrotsearch.hppc.procedures.IntProcedure)
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
java.util.Iterator v;
int v;
java.lang.Object v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
oadd.com.carrotsearch.hppc.procedures.IntProcedure v;
boolean v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: oadd.com.carrotsearch.hppc.procedures.IntProcedure;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = v.<oadd.com.carrotsearch.hppc.cursors.LongIntCursor: int value>;
interfaceinvoke v.<oadd.com.carrotsearch.hppc.procedures.IntProcedure: void apply(int)>(v);
goto label;
label:
return v;
}
public oadd.com.carrotsearch.hppc.predicates.IntPredicate forEach(oadd.com.carrotsearch.hppc.predicates.IntPredicate)
{
oadd.com.carrotsearch.hppc.predicates.IntPredicate v;
java.util.Iterator v;
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
int v;
java.lang.Object v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
boolean v, v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: oadd.com.carrotsearch.hppc.predicates.IntPredicate;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = v.<oadd.com.carrotsearch.hppc.cursors.LongIntCursor: int value>;
v = interfaceinvoke v.<oadd.com.carrotsearch.hppc.predicates.IntPredicate: boolean apply(int)>(v);
if v != 0 goto label;
label:
return v;
}
public java.util.Iterator iterator()
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesIterator v;
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v = new oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesIterator;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap this$0>;
specialinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesIterator: void <init>(oadd.com.carrotsearch.hppc.LongIntHashMap)>(v);
return v;
}
public int removeAll(int)
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$1 v;
int v, v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: int;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = new oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$1;
specialinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$1: void <init>(oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer,int)>(v, v);
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: int removeAll(oadd.com.carrotsearch.hppc.predicates.LongIntPredicate)>(v);
return v;
}
public int removeAll(oadd.com.carrotsearch.hppc.predicates.IntPredicate)
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.predicates.IntPredicate v;
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$2 v;
int v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v := @parameter: oadd.com.carrotsearch.hppc.predicates.IntPredicate;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
v = new oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$2;
specialinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer$2: void <init>(oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer,oadd.com.carrotsearch.hppc.predicates.IntPredicate)>(v, v);
v = virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: int removeAll(oadd.com.carrotsearch.hppc.predicates.LongIntPredicate)>(v);
return v;
}
public void clear()
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: void clear()>();
return;
}
public void release()
{
oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer v;
oadd.com.carrotsearch.hppc.LongIntHashMap v;
v := @this: oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer;
v = v.<oadd.com.carrotsearch.hppc.LongIntHashMap$ValuesContainer: oadd.com.carrotsearch.hppc.LongIntHashMap owner>;
virtualinvoke v.<oadd.com.carrotsearch.hppc.LongIntHashMap: void release()>();
return;
}
}