static ArrayList asList_nullIfEmpty(Iterable s) { ArrayList l = asList(s); ret empty(l) ? null : l; }