public class PositiveLong extends NonNegativeLong
value| Constructor and Description |
|---|
PositiveLong(Long value) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getNumberValue() |
static PositiveLong |
valueOf(String s)
Returns an
PositiveLong object holding the value of
the specified string. |
equals, getValue, toStringpublic PositiveLong(Long value)
public Number getNumberValue()
getNumberValue in interface PrimitiveNumbergetNumberValue in class NonNegativeLongpublic static PositiveLong valueOf(String s)
PositiveLong object holding the value of
the specified string.s - The string to be parsed.Copyright © 2016 Open Microscopy Environment