Package org.apache.storm.utils
Class MutableInt
- java.lang.Object
-
- org.apache.storm.utils.MutableInt
-
public class MutableInt extends Object
-
-
Constructor Summary
Constructors Constructor Description MutableInt(int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get()
int
increment()
int
increment(int amt)
void
set(int val)
-