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