Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | FRAMES | NO FRAMES |
This is some thrown-together test harness code to figure out just how fast we can do some things in java.
UnsignedByte
object.
UnsignedInt
object.
UnsignedShort
object.
UnsignedByte
value.
UnsignedInt
value.
UnsignedShort
value.
UnsignedByte
object and intializes its value to 0.
UnsignedByte
object from a signed byte,
throws an exception if the paraneter is out of range.
UnsignedByte
object from a short,
throws an exception if the parameter is out of range.
UnsignedByte
object from an int,
throws an exception if the parameter is out of range.
UnsignedInt
object and intializes its value to 0.
UnsignedInt
object from a signed int,
throws an exception if the parameter is out of range.
UnsignedInt
object from a signed short,
throws an exception if the paraneter is out of range.
UnsignedInt
object from a signed long,
throws an exception if the parameter is out of range.
UnsignedShort
object and intializes its value to 0.
UnsignedShort
object from a signed int,
throws an exception if the parameter is out of range.
UnsignedShort
object from a signed short,
throws an exception if the parameter is out of range.
UnsignedShort
object from a signed long,
throws an exception if the parameter is out of range.
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | FRAMES | NO FRAMES |