Interface LocalCharRef


public interface LocalCharRef
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    get()
     
    void
    set(char value)
     
  • Method Details

    • get

      char get()
    • set

      void set(char value)