Uses of Class
java.lang.Number
| Package | Description |
|---|---|
| java.lang | |
| java.math | |
| java.text | |
| java.util.concurrent.atomic |
A small toolkit of classes that support lock-free thread-safe
programming on single variables.
|
| javax.xml.datatype | |
| libcore.icu | |
| org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
| org.json |
-
Uses of Number in java.lang
Subclasses of Number in java.lang Modifier and Type Class Description classByteThe wrapper for the primitive typebyte.classDoubleThe wrapper for the primitive typedouble.classFloatThe wrapper for the primitive typefloat.classIntegerThe wrapper for the primitive typeint.classLongThe wrapper for the primitive typelong.classShortThe wrapper for the primitive typeshort. -
Uses of Number in java.math
Subclasses of Number in java.math Modifier and Type Class Description classBigDecimalAn immutable arbitrary-precision signed decimal.classBigIntegerAn immutable arbitrary-precision signed integer. -
Uses of Number in java.text
Methods in java.text that return Number Modifier and Type Method Description NumberChoiceFormat. parse(String string, ParsePosition position)Parses a double from the specified string starting at the index specified byposition.NumberDecimalFormat. parse(String string, ParsePosition position)Parses aLongorDoublefrom the specified string starting at the index specified byposition.NumberNumberFormat. parse(String string)Parses aNumberfrom the specified string using the rules of this number format.abstract NumberNumberFormat. parse(String string, ParsePosition position)Parses aNumberfrom the specified string starting at the index specified byposition. -
Uses of Number in java.util.concurrent.atomic
Subclasses of Number in java.util.concurrent.atomic Modifier and Type Class Description classAtomicIntegerAnintvalue that may be updated atomically.classAtomicLongAlongvalue that may be updated atomically. -
Uses of Number in javax.xml.datatype
Methods in javax.xml.datatype that return Number Modifier and Type Method Description abstract NumberDuration. getField(DatatypeConstants.Field field)Gets the value of a field. -
Uses of Number in libcore.icu
Methods in libcore.icu that return Number Modifier and Type Method Description NumberNativeDecimalFormat. parse(String string, ParsePosition position) -
Uses of Number in org.apache.xpath.objects
Constructors in org.apache.xpath.objects with parameters of type Number Constructor Description XNumber(Number num)Construct a XNodeSet object. -
Uses of Number in org.json
Methods in org.json with parameters of type Number Modifier and Type Method Description static StringJSONObject. numberToString(Number number)Encodes the number as a JSON string.