- Enclosing class:
ByRef<T>
public static class ByRef.Integer
extends Object
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
Integer 
public Integer(int i)
-
Method Details 
-
get 
public int get()
-
set 
public void set(int i)
-
inc 
public void inc()
-
dec 
public void dec()