static int listL(Collection l) { ret l == null ? 0 : l.size(); }