static void listPut(L l, int i, A a, A emptyElement) { listSet(l, i, a, emptyElement); } static void listPut(L l, int i, A a) { listSet(l, i, a); }