Package org.jivesoftware.smack.datatypes
Class Scalar
java.lang.Object
java.lang.Number
org.jivesoftware.smack.datatypes.Scalar
- All Implemented Interfaces:
Serializable,CharSequence,DefaultCharSequence
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Constructor Details
-
Scalar
-
-
Method Details
-
number
-
intValue
public final int intValue() -
longValue
public final long longValue() -
floatValue
public final float floatValue()- Specified by:
floatValuein classNumber
-
doubleValue
public final double doubleValue()- Specified by:
doubleValuein classNumber
-
hashCode
public abstract int hashCode() -
equals
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
getMinValue
-
getMaxValue
-
incrementedByOne
-