public class MutableLong extends 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 © 2015. All rights reserved.