Class ReplicatedTree.StringHolder

  • Enclosing class:
    ReplicatedTree

    private static final class ReplicatedTree.StringHolder
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private StringHolder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String getValue()  
      (package private) void setValue​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • s

        java.lang.String s
    • Constructor Detail

      • StringHolder

        private StringHolder()
    • Method Detail

      • setValue

        void setValue​(java.lang.String s)
      • getValue

        java.lang.String getValue()