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