Creates a {@code HashMap} instance.returna newly-created, initially-empty {@code HashMap} return new HashMap<K, V>();
return new HashMap<K, V>();