public class MutableLong
extends java.lang.Object
| Constructor and Description |
|---|
MutableLong()
Default constructor
|
MutableLong(long initialValue)
Construct the holder with initial value.
|
| Modifier and Type | Method and Description |
|---|---|
long |
get()
Get the long value.
|
void |
increment()
Increments the value
|
void |
set(long value)
Set the long value.
|
Copyright © 2011 - 2015 LMAX Ltd. All Rights Reserved.