static ArrayList asListOrNull(Iterable s) { ret s == null ? null : asList(s); }