// never returns null static ArrayList asListMinusLast(A[] a) { ret removeLastAndReturnList(asList(a)); }