66676869707172737475
* * @return the array */ public static LightArrayInt constructIntegerArray() { if (GWT.isProdMode()) { return new JsLightArrayInteger(); } else { return new JavaLightArrayInt(); } }