static A listGet(L l, int idx) { ret l != null && idx >= 0 && idx < l.size() ? l.get(idx) : null; }