Exemple #1
0
 public CommandArgs<K, V> addMapKeys(K... keys) {
   for (K key : keys) {
     addMapKey(key);
   }
   return this;
 }