How to use HashMap?
Anonym
The HashMap Class. The HashMap class uses a hashtable to implement the Map interface. This allows the execution time of basic operations, such as get( ) and put( ), to remain constant even for large sets. Below given is the list of constructors supported by the HashMap class.