I have two linkedHashMaps: First sorted linkedhashmap1 (Integer, Double); second linkedhashmap2(Integer, Object).
I want to join both linkedHashmaps to get Sorted linkedhashmap3(Integer, Object) in such a way that both linkedhashmap1 and linkedhashmap2 will get joined at Integer value which is the key and are the same. The number of records in both linkedhashmaps is the same.