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