File
Doc
Category
Size
Date
Package
MutableInteger.java
API Doc
Example
2868
Mon Apr 06 18:10:22 BST 1998
None
IntValue
java.lang.Object
public class IntValue extends Object
Fields Summary
int
n
Constructors Summary
IntValue
(
int
x)
n = x;
Methods Summary
public
java.lang.String
toString
()
return Integer.toString(n);
Java Code Source