0
How use this Function? Or other meanning, why use it? (In java)
Public static HashMap<string, string> makeMap(ArrayListe <string> object)
1 Resposta
+ 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