public class IntegerWrapper extends PrimitiveWrapper implements Comparable<IntegerWrapper>
Constructor and Description |
---|
IntegerWrapper() |
IntegerWrapper(int value) |
public static final Class<?> TYPE
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)