sS nPatterns(long n) { ret n2(n, "pattern"); } sS nPatterns(Collection l) { ret nPatterns(l(l)); } sS nPatterns(Map map) { ret nPatterns(l(map)); }