|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netlib.util.intW
public class intW
f2j object wrapper for integers.
This file is part of the Fortran-to-Java (f2j) system, developed at the University of Tennessee.
This class acts as an object wrapper for passing integer values by reference in f2j translated files.
| Field Summary | |
|---|---|
int |
val
|
| Constructor Summary | |
|---|---|
intW(int x)
Create a new int wrapper. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int val
| Constructor Detail |
|---|
public intW(int x)
x - the initial value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||