1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-08-30 22:57:59 -04:00
parent ed911e3de5
commit 5fc4eb41ec
579 changed files with 2460 additions and 1564 deletions

View File

@@ -20,7 +20,7 @@ import gplx.core.strings.*;
public class Xob_stat_itm implements NewAble {
public String Ns() {return ns;} private String ns;
public int Fils;
public long Size, SizeMax = Int_.MinValue, SizeMin = Int_.MaxValue;
public long Size, SizeMax = Int_.Min_value, SizeMin = Int_.Max_value;
public int SizeMaxIdx, SizeMinIdx;
public void Tally(long size, int idx) {
Fils++;