public class IntegerWrapper extends PrimitiveWrapper implements Comparable<IntegerWrapper>
Modifier and Type | Field and Description |
---|---|
static Class<?> |
TYPE |
Constructor and Description |
---|
IntegerWrapper() |
IntegerWrapper(int value) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntegerWrapper integerWrapper) |
int |
decrement() |
int |
getValue() |
int |
increment() |
void |
setValue(int value) |
public IntegerWrapper()
public IntegerWrapper(int value)
public int compareTo(IntegerWrapper integerWrapper)
compareTo
in interface Comparable<IntegerWrapper>
public int decrement()
public int getValue()
public int increment()
public void setValue(int value)