- array
- the char array to fill.
- start
- the first index to fill.
- end
- the last + 1 index to fill.
- value
- the char element.
Type Reason Java.Lang.IllegalArgumentException if start > end. Java.Lang.ArrayIndexOutOfBoundsException if start or end > array.length.
Fills the specified range in the array with the specified element.