Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

MutableReference.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.xplat.util;
00059 
00066 public class MutableReference {
00067     public MutableReference() {
00068         this(null);
00069     }
00070 
00071     public MutableReference(Object v) {
00072         value = v;
00073     }
00074 
00075     public Object value;
00076 }

Generated on Fri Jun 18 19:51:22 2004 for Arcle Rambutan by doxygen 1.3.5