Exemplo n.º 1
0
 /**
  * Returns the number of entries in this hash map.
  *
  * @return The number of entries in this hash map.
  */
 public int size() {
   return m.size();
 }