Android Utililty Methods Long Value Check
List of utility methods to do Long Value Check
HOME
Android
L
Long Value Check
Description
The list of methods to do Long Value Check are organized into topic(s).
Method
boolean
isBlank(Long str)
is Blank
if
(null == str)
return
true;
return
false;