Class StringOps

java.lang.Object
  |
  +--StringOps

public class StringOps
extends java.lang.Object

StringOps constructors.


Constructor Summary
StringOps()
           
 
Method Summary
static boolean allDigits(java.lang.String possibleInt)
           
static int toInteger(java.lang.String possibleInt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringOps

public StringOps()
Method Detail

allDigits

public static boolean allDigits(java.lang.String possibleInt)

toInteger

public static int toInteger(java.lang.String possibleInt)