| Modifier and Type | Method and Description |
|---|---|
static UByte |
Unsigned.ubyte(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
Unsigned.ubyte(int value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(long value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(short value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(String value)
Create an
unsigned byte |
static UByte |
UByte.valueOf(byte value)
Get an instance of an
unsigned byte by masking it with
0xFF i.e. |
static UByte |
UByte.valueOf(int value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(long value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(short value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(String value)
Get an instance of an
unsigned byte |
| Modifier and Type | Method and Description |
|---|---|
int |
UByte.compareTo(UByte o) |
Copyright © 2015. All Rights Reserved.