public final class MutableLong extends Number implements Comparable<MutableLong>, Cloneable
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Constructor and Description |
|---|
MutableLong() |
MutableLong(long value) |
MutableLong(Number number) |
MutableLong(String value) |
| Modifier and Type | Method and Description |
|---|---|
MutableLong |
clone() |
int |
compareTo(MutableLong other) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
long |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
setValue(long value) |
void |
setValue(Number value) |
String |
toString() |
byteValue, shortValuepublic MutableLong()
public MutableLong(long value)
public MutableLong(String value)
public MutableLong(Number number)
public long getValue()
public void setValue(long value)
public void setValue(Number value)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic int compareTo(MutableLong other)
compareTo in interface Comparable<MutableLong>public MutableLong clone()
Copyright © 2016 jetbrick. All rights reserved.