public class MutableLong extends Object
This class is not thread-safe.
Modifier and Type | Field and Description |
---|---|
long |
value
Mutable long value of this instance.
|
Constructor and Description |
---|
MutableLong() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
static MutableLong |
valueOf(long value) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.