Created
January 22, 2022 22:43
-
-
Save varunu28/9ae3323539bf9741a562eeb1d0decf58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Key of the map is zip code | |
| * Value is a set of primary ids of record that have the zip code equal to key | |
| */ | |
| Map<Integer, Set<Integer>> zipCodeIndexToRecordIdMapping; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment