My application stores the values from the database and user values and compares them. To save these values, I used hashmap with the key as an integer and listed as data and saved the values. It is not necessary that the values and key data be the same, but all data values in the two hash maps must be the same
Symbols: key: meaning
1-[cd,done]
2-[mb,done]
3-[core,done]
another -
1-[mb,done]
2-[core,done]
3-[cd,done]
In the code, the above hasmap should be equal regardless of the order in which the values are stored, but at the moment I can not encode it correctly ...
source
share