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