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

Refactor: Refactor Dbmeta classes; Rename methods of list and hash classes

This commit is contained in:
gnosygnu
2021-12-01 07:49:25 -05:00
parent 231e10bc19
commit 197e0aa863
846 changed files with 8560 additions and 8513 deletions

View File

@@ -49,7 +49,7 @@ class IndicatorSerialCoreTstr {
private Ordered_hash ToList(Indicator_xnde[] xndes) {
Ordered_hash list = Ordered_hash_.New();
for (Indicator_xnde xnde : xndes) {
list.Add_if_dupe_use_nth(xnde.Name(), xnde);
list.AddIfDupeUseNth(xnde.Name(), xnde);
}
return list;
}