Any reason you must rely on an Integer object rather than the primitive? The Integer class is is a wrapper class whose value is final, so to modify it you must create a new Integer object derived...