/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package armyc2.c2sd.JavaLineArray;
/**
* A class to enable functions to pass parameters by reference
* @author Michael Deutch
*/
public class ref<T> {
public T value;
}