static L tripleWebsToGlobalIDStrings(Collection l) { new L out; if (l != null) for (TripleWeb w : l) if (w != null) out.add(str(w.globalID())); ret out; }