public class Validador
extends java.lang.Object
| Constructor and Description |
|---|
Validador() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNumber(java.lang.String num)
Comprueba si el string recibido corresponde con el formato de un int
|