/******* * Save the default value given in the constructor */ public DefaultStorage(T defaultT, Owner owner) { this.defaultT = defaultT; this.owner = owner; }