Package org.cef.misc

Class StringRef


  • public class StringRef
    extends java.lang.Object
    Helper class for passing String values by reference.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringRef()  
      StringRef​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()  
      void set​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • StringRef

        public StringRef()
      • StringRef

        public StringRef​(java.lang.String value)
    • Method Detail

      • set

        public void set​(java.lang.String value)
      • get

        public java.lang.String get()