public void put(Integer key, Integer value) {
   table.add(key, value);
 }