|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.utils.MutableInt
public class MutableInt
| 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 |
|---|
public MutableInt(int val)
| Method Detail |
|---|
public void set(int val)
public int get()
public int increment()
public int increment(int amt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||