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