thsi is how i get the rresultset into hashmap and then storing it in an arraylist
when i iterate with this arraylist iam getting hashkey,datavalue
but i want to get only the values
there is no hashmap method to get only values without key
and in arraylist i don't find useful info regarding how to get only value without key
so any kindly helpme so that i can display that values in my table rows to display to the user
i also tried to get the resultset to arraylist of arraylist and when i usse get twise which is neeeded to get arraylist in arraylist it gives me irrelavent data.
if any one having idea
with arraylist of arraylist then it will be fine
hope i will get any one success way
i googled but no way to get the exact info!