Interface LocalIntRef


public interface LocalIntRef
See Also:
  • Method Summary

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

    • get

      int get()
    • set

      void set(int value)