Android Utililty Methods Long Value Check

List of utility methods to do Long Value Check

Description

The list of methods to do Long Value Check are organized into topic(s).

Method

booleanisBlank(Long str)
is Blank
if (null == str)
    return true;
return false;