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 classThe UnsignedByte class wraps a value of and unsigned 8 bits number.final classThe UnsignedInt class wraps a value of an unsigned 32 bits number.final classThe UnsignedLong class wraps a value of an unsigned 64 bits number.final classThe UnsignedByte class wraps a value of an unsigned 16 bits number.Methods in org.red5.io.object with parameters of type UnsignedNumberModifier and TypeMethodDescriptionintUnsignedByte.compareTo(UnsignedNumber other) intUnsignedInt.compareTo(UnsignedNumber other) intUnsignedLong.compareTo(UnsignedNumber other) abstract intUnsignedNumber.compareTo(UnsignedNumber other) intUnsignedShort.compareTo(UnsignedNumber other)