Java basics
what does the class HashMap<K,V> mean. Is this the type of the class templates that we use in C++. What sre the parameters k and v.
> what does the class HashMap<K,V> mean. Is this> the type of the class templates that we use in C++.Yes, sort of.> What sre the parameters k and v. http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html