Search:

Type: Posts; User: vidyasure

Search: Search took 0.06 seconds.

  1. Re: how to access a hashmap which is inside a MultiMap

    MultiMap is a Apache Package.
    I am importing import org.apache.commons.collections.MultiMap.*;

    I have tried to get the Value of Collection into a HashMap. But as it is only 1 parameter, I am...
  2. how to access a hashmap which is inside a MultiMap

    I am having a Multimap which contains key as sitename and Values is another hashmap.
    I am getting these values from Database.


    LinkedHashMap> thisHash = new <LinkedHashMap();
    ...
Results 1 to 2 of 2