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