How use this Function? Or other meanning, why use it? (In java) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How use this Function? Or other meanning, why use it? (In java)

Public static HashMap<string, string> makeMap(ArrayListe <string> object)

14th Jun 2020, 9:08 PM
Amani Toama
Amani Toama - avatar
1 Answer
+ 1
to store value-value(s) pair, eg dictionary or for store hash of value, it means store long value with short value suitable for fast search, or security it permits null, is unsynchronized (not suitable for multithread) and is unsorted
14th Jun 2020, 9:46 PM
zemiak