Sollicitatievraag bij ZE PowerGroup

How to use HashMap?

Antwoord op sollicitatievraag

Anoniem

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.