Class StringInt


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

      Constructors 
      Constructor Description
      StringInt​(java.lang.String s, int i)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getInt()  
      java.lang.String getString()  
      • Methods inherited from class java.lang.Object

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

      • StringInt

        public StringInt​(java.lang.String s,
                         int i)
    • Method Detail

      • getString

        public java.lang.String getString()
      • getInt

        public int getInt()