Map A is <String, Set<String>> which in my case is <Name, Set<Attributes>>
Map B is <String, <Long,Long>> which in my case is <Name, <id, amount>>
Now, what I want to achieve is that get id value and amount value for each Attributes who have same name in Map B..I use tJavaFlex component, but it doesn't work at all...