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:
Serializable,CharSequence,DefaultCharSequence
A number representing an unsigned 32-bit integer. Can be used for values with the XML schema type "xs:unsignedInt".
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class org.jivesoftware.smack.datatypes.Scalar
doubleValue, floatValue, intValue, longValue, number, toStringMethods inherited from class java.lang.Number
byteValue, shortValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePointsMethods inherited from interface org.jivesoftware.smack.util.DefaultCharSequence
charAt, length, subSequence
-
Field Details
-
MIN_VALUE_LONG
public static final long MIN_VALUE_LONG- See Also:
-
MAX_VALUE_LONG
public static final long MAX_VALUE_LONG- See Also:
-
MIN_VALUE
-
MAX_VALUE
-
-
Method Details
-
nativeRepresentation
public long nativeRepresentation() -
from
-
hashCode
public int hashCode() -
equals
-
getMinValue
- Specified by:
getMinValuein classScalar
-
getMaxValue
- Specified by:
getMaxValuein classScalar
-
incrementedByOne
- Specified by:
incrementedByOnein classScalar
-