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