static A safeGet(L l, int i) { ret i >= 0 && i < l(l) ? l.get(i) : null; }