static int addAndReturnIndex(L l, A a) { if (l == null) ret -1; int idx = l.size(); l.add(a); ret idx; }