static void printLines(Collection c) { for (O o : unnull(c)) print(o); }