private int incInt(int intToInc) { return intToInc + INC_VAL; }
private int incInt(final int intToInc) { return intToInc + INC_VAL; }