static void pnl(Collection l) { printNumberedLines(l); } static void pnl(Map map) { printNumberedLines(map); }