rescuecore
Class MutableInteger

java.lang.Object
  extended byrescuecore.MutableInteger

public class MutableInteger
extends java.lang.Object

A convenience class for allowing c-style passing of references to integers (kind of). It's a bit of a hack, but it works.


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