UnsignedInteger

Undocumented in source.

Constructors

this
this(int value)
Undocumented in source.

Members

Functions

add
UnsignedInteger add(UnsignedInteger i)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
subtract
UnsignedInteger subtract(UnsignedInteger i)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

MAX_VALUE
UnsignedInteger MAX_VALUE()
Undocumented in source. Be warned that the author may not have intended to support it.
ONE
UnsignedInteger ONE()
Undocumented in source. Be warned that the author may not have intended to support it.
ZERO
UnsignedInteger ZERO()
Undocumented in source. Be warned that the author may not have intended to support it.
cachedValues
UnsignedInteger[] cachedValues()
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedInteger valueOf(int underlying)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedInteger valueOf(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
UnsignedInteger valueOf(long longVal)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta