Package org.jivesoftware.smack.datatypes
Class UInt32
- java.lang.Object
-
- java.lang.Number
-
- org.jivesoftware.smack.datatypes.Scalar
-
- org.jivesoftware.smack.datatypes.UInt32
-
- All Implemented Interfaces:
java.io.Serializable
public final class UInt32 extends Scalar
A number representing an unsigned 32-bit integer. Can be used for values with the XML schema type "xs:unsignedInt".- 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 UInt32from(long number)inthashCode()longnativeRepresentation()-
Methods inherited from class org.jivesoftware.smack.datatypes.Scalar
doubleValue, floatValue, intValue, longValue, number, toString
-
-