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