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