hashmap and list compare
- by sarah
Hi,
I have a hashmap having four values a,b,c,d and list having only a i want to see if the hashmap has the value a and print it.
hashmap.get('data') results a,b,c,d
list l is having a
how will i print only the value a