static Set storedWebPages_LIsFromURLs_startingWithLetterOrDigit(Collection urls) { new TreeSet lis; for (S url : urls) lis.addAll(filter startsWithLetterOrDigit(joinAll(html_contentsOfLIs(storedWebPage(url))))); ret lis; }