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