static int shortAbsMax(short[] l) { ret absShortMax(l); } static int shortAbsMax(short[] l, int start, int end) { ret absShortMax(l, start, end); }