@PublicAPI public class IntegerWrapper extends Object implements Serializable
Constructor and Description |
---|
IntegerWrapper(Integer value)
Create a new instance of IntegerWrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getIntegerValue()
Get the Integer value.
|
int |
hashCode() |
public IntegerWrapper(Integer value)
value
- the integer value of this wrapper.