hashmap and list compare
Posted
by sarah
on Stack Overflow
See other posts from Stack Overflow
or by sarah
Published on 2010-06-10T10:59:37Z
Indexed on
2010/06/10
11:02 UTC
Read the original article
Hit count: 142
java
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
© Stack Overflow or respective owner