Supprimer un message
gizmo
Et on continue dans le code inutile...
- protected static int isIntParseable( String s ) {
- int out = Integer.MIN_VALUE;
- try { out = Integer.parseInt( s ); }
- catch( Exception e ) { out = Integer.MIN_VALUE; }
- return out;
- }