I have two HashMap
s defined like so:
HashMap<String, List<Incident>> map1 = new HashMap<String, List<Incident>>();
HashMap<String, List<Incident>> map2 = new HashMap<String, List<Incident>>();
Also, I have a 3rd HashMap
Object:
HashMap<String, List<Incident>> map3;
and the merge list when combine both.