org.netlib.util
Class intW

java.lang.Object
  extended by org.netlib.util.intW

public class intW
extends java.lang.Object

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.

Author:
Keith Seymour (seymour@cs.utk.edu)

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

val

public int val
Constructor Detail

intW

public intW(int x)
Create a new int wrapper.

Parameters:
x - the initial value