MCPcopy Create free account
hub / github.com/apache/poi / fillArray

Method fillArray

src/java/org/apache/poi/util/IntList.java:97–101  ·  view source on GitHub ↗
(int val, int[] array, int index)

Source from the content-addressed store, hash-verified

95 }
96
97 private void fillArray(int val, int[] array, int index) {
98 for (int k = index; k < array.length; k++) {
99 array[k] = val;
100 }
101 }
102
103 /**
104 * add the specfied value at the specified index

Callers 2

IntListMethod · 0.95
growArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected