Uses of Class
org.red5.io.object.UnsignedNumber
-
Uses of UnsignedNumber in org.red5.io.object
Modifier and TypeClassDescriptionfinal class
The UnsignedByte class wraps a value of and unsigned 8 bits number.final class
The UnsignedInt class wraps a value of an unsigned 32 bits number.final class
The UnsignedLong class wraps a value of an unsigned 64 bits number.final class
The UnsignedByte class wraps a value of an unsigned 16 bits number.Modifier and TypeMethodDescriptionint
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)