|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lmax.disruptor.util.MutableLong
public class MutableLong
Holder class for a long value.
| Constructor Summary | |
|---|---|
MutableLong()
Default constructor |
|
MutableLong(long initialValue)
Construct the holder with initial value. |
|
| Method Summary | |
|---|---|
long |
get()
Get the long value. |
void |
set(long value)
Set the long value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MutableLong()
public MutableLong(long initialValue)
initialValue - to be initially set.| Method Detail |
|---|
public long get()
public void set(long value)
value - to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||