backtype.storm.utils
Class MutableInt

java.lang.Object
  extended by backtype.storm.utils.MutableInt

public class MutableInt
extends java.lang.Object


Constructor Summary
MutableInt(int val)
           
 
Method Summary
 int get()
           
 int increment()
           
 int increment(int amt)
           
 void set(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableInt

public MutableInt(int val)
Method Detail

set

public void set(int val)

get

public int get()

increment

public int increment()

increment

public int increment(int amt)