sbool isPrimitiveType(Class c) { ret c != null && c.isPrimitive(); }