Exemplo n.º 1
0
 public void putAll(IntFloatMap map) {
   for (Entry entry : map.entries()) put(entry.key, entry.value);
 }