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, toString
public PositiveLong(Long value)
public Number getNumberValue()
getNumberValue
in interface PrimitiveNumber
getNumberValue
in class NonNegativeLong
public 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