| Author |
how to retrieve values from map of String and Map
|
Anshul Chandra Saxena
Greenhorn
Joined: Sep 10, 2009
Posts: 14
|
|
Hi
I have a sample code like this:
Can anyone please tell me how to retrieve the values from the valueMap ?As in, for key "FIRST" i want to retrieve the value "XXXXX" .
thanks
Anshul
|
 |
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
|
|
You'll find the answer int the Collections tutorial!
|
OCJP 6 (93%)
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
|
|
What strange design. You are adding Maps to Maps. You will have to retrieve a Map, then retrieve a value from it.
There's nothing like easy programming, and that is nothing like easy programming.
|
 |
 |
|
|
subject: how to retrieve values from map of String and Map
|
|
|