Skip to content

Instantly share code, notes, and snippets.

@varunu28
Created January 22, 2022 22:43
Show Gist options
  • Select an option

  • Save varunu28/9ae3323539bf9741a562eeb1d0decf58 to your computer and use it in GitHub Desktop.

Select an option

Save varunu28/9ae3323539bf9741a562eeb1d0decf58 to your computer and use it in GitHub Desktop.
/*
* 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