Uses of Class
org.red5.io.object.UnsignedNumber
Packages that use UnsignedNumber
-
Uses of UnsignedNumber in org.red5.io.object
Subclasses of UnsignedNumber in org.red5.io.objectModifier 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.Methods in org.red5.io.object with parameters of type UnsignedNumberModifier 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)