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