static void addIfNotNull(Collection l, A a) { if (a != null) l.add(a); }