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