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

MutableBoolean.java

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

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