static List ll(A... a) { new L l; for (A x : a) if (x != null) l.add(x); ret l; }