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