List of utility methods to do Boolean Array Create
boolean[] array = new boolean[length]; Arrays.fill(array, fillValue); return array;