Class ByRef.Integer

  • Enclosing class:
    ByRef<T>

    public static class ByRef.Integer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Integer​(int i)  
    • Method Summary

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

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

      • Integer

        public Integer​(int i)
    • Method Detail

      • get

        public int get()
      • set

        public void set​(int i)
      • inc

        public void inc()