|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.IntRef
public class IntRef
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 |
---|
public int i
Constructor Detail |
---|
public IntRef(int i)
Method Detail |
---|
public int get()
public int set(int i)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |