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