Skip to content

Instantly share code, notes, and snippets.

@romach
Created April 10, 2017 11:13
Show Gist options
  • Save romach/d1e119a21970c18b3ee6aa58a3cee955 to your computer and use it in GitHub Desktop.
Save romach/d1e119a21970c18b3ee6aa58a3cee955 to your computer and use it in GitHub Desktop.
Convert Long to Integer
Integer i = theLong != null ? theLong.intValue() : null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment