public static class AbstractReport.MutableLong extends Number
| Constructor and Description |
|---|
MutableLong(long initialValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
add(long adjustment) |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
long |
getAndIncrement() |
int |
hashCode() |
long |
incrementAndGet() |
int |
intValue() |
long |
longValue() |
void |
setValue(long newValue) |
String |
toString() |
byteValue, shortValuepublic long incrementAndGet()
public long getAndIncrement()
public long add(long adjustment)
public void setValue(long newValue)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2002-2017 Atlassian. All Rights Reserved.