Java Utililty Methods Integer Compare

List of utility methods to do Integer Compare

Description

The list of methods to do Integer Compare are organized into topic(s).

Method

booleanisBiggerThan0(int num)
is Bigger Than
if (0 >= num)
    return false;
return true;