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