static L findAIConcepts(S ids) { new L l; for (S id : splitAtSpace(ids)) addIfNotNull(l, aiConceptsMap_cached().get(id)); ret l; }