Index
B C D E F G I J K L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
L
- longToInt(long) - Static method in class eu.steffo.cleaver.logic.utils.SafeLongToInt
-
Cast a long to an int, returning
Integer.MAX_VALUE
if the value of the long exceeds the value ofInteger.MAX_VALUE
,Integer.MIN_VALUE
if the value of the long is lower thanInteger.MIN_VALUE
and the result of the int cast otherwise.
All Classes All Packages