Package org.cef.misc

Class IntRef


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

      Constructors 
      Constructor Description
      IntRef()  
      IntRef​(int value)  
    • Method Summary

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

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

      • IntRef

        public IntRef()
      • IntRef

        public IntRef​(int value)
    • Method Detail

      • set

        public void set​(int value)
      • get

        public int get()