static int[] newIntArrayOrNull(int n) { ret n <= 0 ? null : new int[n]; }