public class UnsignedInteger
extends java.lang.Object
Integer
Constructor and Description |
---|
UnsignedInteger(int i)
Makes a new instance of UnsignedInteger with a specified value.
|
UnsignedInteger(java.lang.String i)
Makes a new instance of UnsignedInteger from the string representation
of an unsigned integer.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get() |
java.lang.String |
toString() |
public UnsignedInteger(int i)
i
- the value with which to initialise.public UnsignedInteger(java.lang.String i)
i
- the string with which to initialise.