final class org.apache.commons.io.file.Counters$BigIntegerCounter extends java.lang.Object implements org.apache.commons.io.file.Counters$Counter
{
private java.math.BigInteger value;
private void <init>()
{
java.math.BigInteger v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
specialinvoke v.<java.lang.Object: void <init>()>();
v = <java.math.BigInteger: java.math.BigInteger ZERO>;
v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value> = v;
return;
}
public void add(long)
{
java.math.BigInteger v, v, v;
long v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v := @parameter: long;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = staticinvoke <java.math.BigInteger: java.math.BigInteger valueOf(long)>(v);
v = virtualinvoke v.<java.math.BigInteger: java.math.BigInteger add(java.math.BigInteger)>(v);
v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value> = v;
return;
}
public boolean equals(java.lang.Object)
{
java.lang.Object v;
java.math.BigInteger v, v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
boolean v, v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof org.apache.commons.io.file.Counters$Counter;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = interfaceinvoke v.<org.apache.commons.io.file.Counters$Counter: java.math.BigInteger getBigInteger()>();
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public long get()
{
java.math.BigInteger v;
long v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = virtualinvoke v.<java.math.BigInteger: long longValueExact()>();
return v;
}
public java.math.BigInteger getBigInteger()
{
java.math.BigInteger v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
return v;
}
public java.lang.Long getLong()
{
java.lang.Long v;
java.math.BigInteger v;
long v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = virtualinvoke v.<java.math.BigInteger: long longValueExact()>();
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
return v;
}
public int hashCode()
{
java.lang.Object[] v;
int v;
java.math.BigInteger v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = newarray (java.lang.Object)[1];
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v[0] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
public void increment()
{
java.math.BigInteger v, v, v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = <java.math.BigInteger: java.math.BigInteger ONE>;
v = virtualinvoke v.<java.math.BigInteger: java.math.BigInteger add(java.math.BigInteger)>(v);
v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value> = v;
return;
}
public java.lang.String toString()
{
java.math.BigInteger v;
java.lang.String v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value>;
v = virtualinvoke v.<java.math.BigInteger: java.lang.String toString()>();
return v;
}
public void reset()
{
java.math.BigInteger v;
org.apache.commons.io.file.Counters$BigIntegerCounter v;
v := @this: org.apache.commons.io.file.Counters$BigIntegerCounter;
v = <java.math.BigInteger: java.math.BigInteger ZERO>;
v.<org.apache.commons.io.file.Counters$BigIntegerCounter: java.math.BigInteger value> = v;
return;
}
}