org.milyn.lang
Class MutableInt

java.lang.Object
  extended by org.milyn.lang.MutableInt

public class MutableInt
extends Object

Mutable Integer.

Author:
tom.fennelly@gmail.com

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

MutableInt

public MutableInt(int initialValue)


Copyright © 2018. All rights reserved.