Question d’entretien chez ZE PowerGroup

How to use HashMap?

Réponse à la question d'entretien

Utilisateur anonyme

24 nov. 2015

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.