Java Utililty Methods Integer Compare
List of utility methods to do Integer Compare
HOME
Java
I
Integer Compare
Description
The list of methods to do Integer Compare are organized into topic(s).
Method
boolean
isBiggerThan0(int num)
is Bigger Than
if
(0 >= num)
return
false;
return
true;