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