|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.util.grid.GridUtil
Captures usefull primitives.
Method Summary | |
static boolean |
even(int integer)
Determine if a given int is even. |
static boolean |
odd(int integer)
Determine if a given int is odd. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean even(int integer)
int
is even.
integer
- the int
to check.
true
if integer is even; false
otherwise.public static boolean odd(int integer)
int
is odd.
integer
- the int
to check
true
if integer is odd; false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |