I want to initialize to more than one so that I can append two columns to override (please refer my #16 post)

When I tried as follows
Code:
fieldValue[0] = new FieldValue();
I am getting following exception at

Code:
fieldValue[1].setName("SecondDate");
fieldValue[1].setValue(updated_ SecondDate);
Exception:
Code:
 java.lang.ArrayIndexOutOfBoundsException: 1
Please help.