
public class OModifiableLong extends Number implements Comparable<OModifiableLong>
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Constructor and Description |
|---|
OModifiableLong() |
OModifiableLong(long iValue) |
| Modifier and Type | Method and Description |
|---|---|
byte |
byteValue() |
int |
compareTo(OModifiableLong anotherInteger) |
void |
decrement() |
void |
decrement(long iValue) |
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
long |
getValue() |
int |
hashCode() |
void |
increment() |
void |
increment(long iValue) |
int |
intValue() |
long |
longValue() |
void |
setValue(long iValue) |
short |
shortValue() |
Long |
toLong() |
String |
toString() |
public OModifiableLong()
public OModifiableLong(long iValue)
public void setValue(long iValue)
public long getValue()
public void increment()
public void increment(long iValue)
public void decrement()
public void decrement(long iValue)
public int compareTo(OModifiableLong anotherInteger)
compareTo in interface Comparable<OModifiableLong>public short shortValue()
shortValue in class Numberpublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic Long toLong()
Copyright © 2009–2025 OrientDB. All rights reserved.