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

MutableInteger.java

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

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