- Enclosing class:
ByRef<T>
public static class ByRef.Long
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 
-
Long 
public Long(long i)
-
Method Details 
-
get 
public long get()
-
set 
public void set(long i)
-
getAndAdd 
public long getAndAdd(long i)
-
inc 
public void inc()
-
dec 
public void dec()