cakoose.util.box
Class MInteger

java.lang.Object
  extended by cakoose.util.box.MInteger

public class MInteger
extends Object


Field Summary
 int value
           
 
Constructor Summary
MInteger(int value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

MInteger

public MInteger(int value)