Class SampleFunctionalClass


  • public class SampleFunctionalClass
    extends java.lang.Object
    An example of a user-provided simple class that does something or other once created. All it does it remember a String.
    Since:
    4.13.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String remember  
    • Constructor Summary

      Constructors 
      Constructor Description
      SampleFunctionalClass​(java.lang.String mem)  
    • 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
    • Method Detail

      • toString

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