Created
April 10, 2017 11:13
-
-
Save romach/d1e119a21970c18b3ee6aa58a3cee955 to your computer and use it in GitHub Desktop.
Convert Long to Integer
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
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