HI all,
I have a hashmap which contains values from the resultset.
I have stored values of the resultset in hashmap using the keyvalue pair whrein the key is created using the following logic
ColumnName + rowNumber
The hashmap contains values of different datatypes.
I need to sort the hashmap based on the values and it should be based on the column which the user selects
I need to implement multi sort till 4 levels
If there is any other approach where in can store the complete resultset row and any easier way to sort it will be welcomed.
Thanks in advance.