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