Acme
Class RefInt

java.lang.Object
  extended by Acme.RefInt

public class RefInt
extends java.lang.Object


Field Summary
 int val
           
 
Constructor Summary
RefInt()
           
RefInt(int val)
           
 
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

RefInt

public RefInt()

RefInt

public RefInt(int val)