In your constructor you are creating a new instance of ArrayList that survives only as long as the method is alive. Instead, you have the ArrayList in the parameters, and the instance variable......