示例#1
0
 public String addWantedFixed(WantedFixed wfixed) {
   return fixed.add(wfixed);
 }
示例#2
0
 private String addWithoutChecking(String typeName) {
   return furniture.add(new WantedFurniture(typeName));
 }