Class Smalls.IntString

  • Enclosing class:
    Smalls

    public static class Smalls.IntString
    extends java.lang.Object
    Class with int and String fields.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int n  
      java.lang.String s  
    • Constructor Summary

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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • n

        public final int n
      • s

        public final java.lang.String s
    • Constructor Detail

      • IntString

        public IntString​(int n,
                         java.lang.String s)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object