// TODO: optimize static L gLongLog() { L ll = cloneList(gLog()); for (L l : gOtherLogs()) ll.addAll(l); ret ll; }