예제 #1
0
 public HintsMap setWeighting(String w) {
   if (w != null) super.put("weighting", w);
   return this;
 }
예제 #2
0
 public HintsMap setVehicle(String v) {
   if (v != null) super.put("vehicle", v);
   return this;
 }
예제 #3
0
 @Override
 public HintsMap put(String key, Object str) {
   super.put(key, str);
   return this;
 }