static A[] typedArray(Class c, int n) { ret Array.newInstance(c, n); }