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