Class TextAndObject


  • public class TextAndObject
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object obj  
      java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextAndObject​(java.lang.String text, java.lang.Object obj)  
    • 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

      • text

        public java.lang.String text
      • obj

        public java.lang.Object obj
    • Constructor Detail

      • TextAndObject

        public TextAndObject​(java.lang.String text,
                             java.lang.Object obj)
    • Method Detail

      • toString

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