static bool addToCollection(Collection c, A a) { ret c != null && c.add(a); }