static int arrayLength(O o) { ret o != null ? Array.getLength(o) : 0; }