Package org.jivesoftware.smack.datatypes
Class UInt16
- java.lang.Object
-
- java.lang.Number
-
- org.jivesoftware.smack.datatypes.Scalar
-
- org.jivesoftware.smack.datatypes.UInt16
-
- All Implemented Interfaces:
java.io.Serializable
public final class UInt16 extends Scalar
A number representing an unsigned 16-bit integer. Can be used for values with the XML schema type "xs:unsingedShort".- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)static UInt16from(int number)inthashCode()intnativeRepresentation()-
Methods inherited from class org.jivesoftware.smack.datatypes.Scalar
doubleValue, floatValue, intValue, longValue, number, toString
-
-