List of utility methods to do Short Array Fill
for (int i = 0; i < array.length; i++) { array[i] = value;