|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsignedNumber | |
|---|---|
| org.red5.io.object | |
| Uses of UnsignedNumber in org.red5.io.object |
|---|
| Subclasses of UnsignedNumber in org.red5.io.object | |
|---|---|
class |
UnsignedByte
The UnsignedByte class wraps a value of and unsigned 8 bits number. |
class |
UnsignedInt
The UnsignedInt class wraps a value of an unsigned 32 bits number. |
class |
UnsignedLong
The UnsignedLong class wraps a value of an unsigned 64 bits number. |
class |
UnsignedShort
The UnsignedByte class wraps a value of an unsigned 16 bits number. |
| Methods in org.red5.io.object with parameters of type UnsignedNumber | |
|---|---|
int |
UnsignedByte.compareTo(UnsignedNumber other)
|
int |
UnsignedInt.compareTo(UnsignedNumber other)
|
int |
UnsignedLong.compareTo(UnsignedNumber other)
|
abstract int |
UnsignedNumber.compareTo(UnsignedNumber other)
|
int |
UnsignedShort.compareTo(UnsignedNumber other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||