Index
All Classes and Interfaces|All Packages
C
- ch.randelshofer.fastdoubleparser - module ch.randelshofer.fastdoubleparser
-
Provides fast parsers for double and float values.
- ch.randelshofer.fastdoubleparser - package ch.randelshofer.fastdoubleparser
-
Provides fast parsers for Java
FloatingPointLiteral
s, and JSONnumber
s.
J
- JavaBigDecimalParser - Class in ch.randelshofer.fastdoubleparser
-
Parses a
BigDecimal
value; the supported syntax is compatible withBigDecimal(String)
. - JavaBigIntegerParser - Class in ch.randelshofer.fastdoubleparser
-
Parses a
BigInteger
value; the supported syntax is compatible withBigInteger(String, int)
. - JavaDoubleParser - Class in ch.randelshofer.fastdoubleparser
-
Parses a
double
value; the supported syntax is compatible withDouble.valueOf(String)
. - JavaFloatParser - Class in ch.randelshofer.fastdoubleparser
-
Parses a
float
value; the supported syntax is compatible withFloat.valueOf(String)
. - JsonDoubleParser - Class in ch.randelshofer.fastdoubleparser
-
Parses a
double
value; the supported syntax is compatible withnumber
in the JSON format specification.
P
- parseBigDecimal(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
-
Convenience method for calling
JavaBigDecimalParser.parseBigDecimal(byte[], int, int)
. - parseBigDecimal(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
- parseBigDecimal(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
-
Convenience method for calling
JavaBigDecimalParser.parseBigDecimal(char[], int, int)
. - parseBigDecimal(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into adouble
value. - parseBigDecimal(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
-
Convenience method for calling
JavaBigDecimalParser.parseBigDecimal(CharSequence, int, int)
. - parseBigDecimal(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
- parseBigInteger(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(byte[], int, int)
. - parseBigInteger(byte[], int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(byte[], int, int, int)
. - parseBigInteger(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
- parseBigInteger(byte[], int, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
- parseBigInteger(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(char[], int, int)
. - parseBigInteger(char[], int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(char[], int, int, int)
. - parseBigInteger(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
- parseBigInteger(char[], int, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
- parseBigInteger(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(CharSequence, int, int)
. - parseBigInteger(CharSequence, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(CharSequence, int, int, int)
. - parseBigInteger(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
-
Convenience method for calling
parseBigInteger(CharSequence, int, int, int)
. - parseBigInteger(CharSequence, int, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
- parseDouble(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
-
Convenience method for calling
JavaDoubleParser.parseDouble(byte[], int, int)
. - parseDouble(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
-
Convenience method for calling
JsonDoubleParser.parseDouble(byte[], int, int)
. - parseDouble(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into adouble
value. - parseDouble(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into adouble
value. - parseDouble(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
-
Convenience method for calling
JavaDoubleParser.parseDouble(char[], int, int)
. - parseDouble(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
-
Convenience method for calling
JsonDoubleParser.parseDouble(char[], int, int)
. - parseDouble(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into adouble
value. - parseDouble(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into adouble
value. - parseDouble(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
-
Convenience method for calling
JavaDoubleParser.parseDouble(CharSequence, int, int)
. - parseDouble(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
-
Convenience method for calling
JsonDoubleParser.parseDouble(CharSequence, int, int)
. - parseDouble(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
- parseDouble(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
- parseFloat(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
-
Convenience method for calling
JavaFloatParser.parseFloat(byte[], int, int)
. - parseFloat(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into afloat
value. - parseFloat(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
-
Convenience method for calling
JavaFloatParser.parseFloat(char[], int, int)
. - parseFloat(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
-
Parses a
FloatingPointLiteral
from abyte
-Array and converts it into afloat
value. - parseFloat(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
-
Convenience method for calling
JavaFloatParser.parseFloat(CharSequence, int, int)
. - parseFloat(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
All Classes and Interfaces|All Packages