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, shortValue
public long incrementAndGet()
public long getAndIncrement()
public long add(long adjustment)
public void setValue(long newValue)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2002-2024 Atlassian. All Rights Reserved.