1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

'v3.6.3.1'

This commit is contained in:
gnosygnu
2016-06-19 23:58:10 -04:00
parent 96636f3161
commit d4e8590345
1960 changed files with 20790 additions and 9272 deletions

View File

@@ -23,10 +23,10 @@ public interface Int_rng_mgr {
class Int_rng_mgr_null implements Int_rng_mgr {
public boolean Match(int v) {return false;}
public boolean Parse(byte[] src) {return false;}
public static final Int_rng_mgr_null Instance = new Int_rng_mgr_null(); Int_rng_mgr_null() {}
public static final Int_rng_mgr_null Instance = new Int_rng_mgr_null(); Int_rng_mgr_null() {}
}
class Int_rng_mgr_base implements Int_rng_mgr {
private List_adp itms = List_adp_.new_();
private List_adp itms = List_adp_.New();
public void Clear() {itms.Clear();}
public boolean Match(int v) {
int len = itms.Count();