static A[] toArrayOfType(Class type, L l) { ret (A[]) unnull(l).toArray(arrayOfType(type, l(l))); }