class org.wildfly.common.net.CidrAddressTable$1 extends java.lang.Object implements java.util.Iterator
{
int idx;
final org.wildfly.common.net.CidrAddressTable$Mapping[] val$mappings;
final org.wildfly.common.net.CidrAddressTable this$0;
void <init>(org.wildfly.common.net.CidrAddressTable, org.wildfly.common.net.CidrAddressTable$Mapping[])
{
org.wildfly.common.net.CidrAddressTable$1 v;
org.wildfly.common.net.CidrAddressTable$Mapping[] v;
org.wildfly.common.net.CidrAddressTable v;
v := @this: org.wildfly.common.net.CidrAddressTable$1;
v := @parameter: org.wildfly.common.net.CidrAddressTable;
v := @parameter: org.wildfly.common.net.CidrAddressTable$Mapping[];
v.<org.wildfly.common.net.CidrAddressTable$1: org.wildfly.common.net.CidrAddressTable this$0> = v;
v.<org.wildfly.common.net.CidrAddressTable$1: org.wildfly.common.net.CidrAddressTable$Mapping[] val$mappings> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean hasNext()
{
org.wildfly.common.net.CidrAddressTable$1 v;
org.wildfly.common.net.CidrAddressTable$Mapping[] v;
int v, v;
boolean v;
v := @this: org.wildfly.common.net.CidrAddressTable$1;
v = v.<org.wildfly.common.net.CidrAddressTable$1: int idx>;
v = v.<org.wildfly.common.net.CidrAddressTable$1: org.wildfly.common.net.CidrAddressTable$Mapping[] val$mappings>;
v = lengthof v;
if v >= v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public org.wildfly.common.net.CidrAddressTable$Mapping next()
{
org.wildfly.common.net.CidrAddressTable$Mapping v;
org.wildfly.common.net.CidrAddressTable$1 v;
org.wildfly.common.net.CidrAddressTable$Mapping[] v;
int v, v;
java.util.NoSuchElementException v;
boolean v;
v := @this: org.wildfly.common.net.CidrAddressTable$1;
v = virtualinvoke v.<org.wildfly.common.net.CidrAddressTable$1: boolean hasNext()>();
if v != 0 goto label;
v = new java.util.NoSuchElementException;
specialinvoke v.<java.util.NoSuchElementException: void <init>()>();
throw v;
label:
v = v.<org.wildfly.common.net.CidrAddressTable$1: org.wildfly.common.net.CidrAddressTable$Mapping[] val$mappings>;
v = v.<org.wildfly.common.net.CidrAddressTable$1: int idx>;
v = v + 1;
v.<org.wildfly.common.net.CidrAddressTable$1: int idx> = v;
v = v[v];
return v;
}
}