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