static void printAIConcepts(Collection c) { int i = 1; for (AIConcept cc : unnull(c)) print((i++) + ". " + aiConceptToString(cc)); }