[Solved] java changes String during processing?
If different identifiers can have same values, your third map will keep the last parsed one. E.g. : File 1 : localId1 => “aaaa” localId2 => “bbbb” localId3 => “cccc” localId4 => “aaaa” File 2: localId1 => “1111” localId2 => “2222” localId3 => “3333” localId4 => “4444” Your first and second maps will store this … Read more