ix.util
Class IntRef

java.lang.Object
  extended by ix.util.IntRef

public class IntRef
extends java.lang.Object

A modifiable reference to an int.


Field Summary
 int i
           
 
Constructor Summary
IntRef(int i)
           
 
Method Summary
 int get()
           
 int set(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i

public int i
Constructor Detail

IntRef

public IntRef(int i)
Method Detail

get

public int get()

set

public int set(int i)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object