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 Number
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
public Integer toInteger()
Copyright © 2009–2020 OrientDB. All rights reserved.