Class StringDecode


  • public class StringDecode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StringDecode()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int toInt​(java.lang.String value, int defaultValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringDecode

        public StringDecode()
    • Method Detail

      • toInt

        public static int toInt​(java.lang.String value,
                                int defaultValue)