Exemple #1
0
 public CommandArgs<K, V> addMapValues(V... values) {
   for (V value : values) {
     addMapValue(value);
   }
   return this;
 }