i have a Hashmap whose value is an array list which in turn is a Hashmap.please tell me how to implement this in code
hashmaps and arraylists
Collapse
X
-
Tags: None
-
Speak in code, please! Do you mean this?Originally posted by namrata mukherjeei have a Hashmap whose value is an array list which in turn is a Hashmap.please tell me how to implement this in code
[CODE=Java]Map<?, List<Map<?, ?>>>[/CODE]Comment
-
Yeah Namrata come with your Sample Code.Originally posted by namrata mukherjeei have a Hashmap whose value is an array list which in turn is a Hashmap.please tell me how to implement this in code
I think that would be better for experts to answer.
Debasis JanaComment
Comment