I'm using Arrays.fill method to initialize the array with zeros. I didn't find
an analogous function in Vector class and by creating my own function that
iterates for all elements and assign 0 to them it's not more optimal than the
JDK implemented functions, I think.