fabric.common.util
Class MutableInteger

java.lang.Object
  extended by fabric.common.util.MutableInteger

public class MutableInteger
extends java.lang.Object


Field Summary
 int value
           
 
Constructor Summary
MutableInteger()
           
MutableInteger(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

MutableInteger

public MutableInteger()

MutableInteger

public MutableInteger(int value)