Package org.infinispan.commons.util
Class ByRef.Integer
java.lang.Object
org.infinispan.commons.util.ByRef.Integer
-
Constructor Summary
-
Method Summary
-
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()
-