static L reverseList(L l) { Collections.reverse(l); ret l; }