static LS llNempties(S... a) { ArrayList l = new(a.length); if (a != null) for (S x : a) if (nempty(x)) l.add(x); ret l; }