static ListIterator listIterator(L l) { ret l == null ? emptyListIterator() : l.listIterator(); }