Index

C J P 
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 FloatingPointLiterals, and JSON numbers.

J

JavaBigDecimalParser - Class in ch.randelshofer.fastdoubleparser
Parses a BigDecimal value; the supported syntax is compatible with BigDecimal(String).
JavaBigIntegerParser - Class in ch.randelshofer.fastdoubleparser
Parses a BigInteger value; the supported syntax is compatible with BigInteger(String, int).
JavaDoubleParser - Class in ch.randelshofer.fastdoubleparser
Parses a double value; the supported syntax is compatible with Double.valueOf(String).
JavaFloatParser - Class in ch.randelshofer.fastdoubleparser
Parses a float value; the supported syntax is compatible with Float.valueOf(String).
JsonDoubleParser - Class in ch.randelshofer.fastdoubleparser
Parses a double value; the supported syntax is compatible with number in the JSON format specification.

P

parseBigDecimal(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
parseBigDecimal(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
Parses a FloatingPointLiteral from a byte-Array and converts it into a BigDecimal value.
parseBigDecimal(char[]) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
parseBigDecimal(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
Parses a FloatingPointLiteral from a byte-Array and converts it into a double value.
parseBigDecimal(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
parseBigDecimal(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigDecimalParser
Parses a FloatingPointLiteral from a CharSequence and converts it into a BigDecimal value.
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
Parses a BigIntegerLiteral from a byte-Array and converts it into a BigInteger value.
parseBigInteger(byte[], int, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
Parses a BigIntegerLiteral from a byte-Array and converts it into a BigInteger value.
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
Parses a BigIntegerLiteral from a char-Array and converts it into a BigInteger value.
parseBigInteger(char[], int, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaBigIntegerParser
Parses a BigIntegerLiteral from a char-Array and converts it into a BigInteger value.
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
Parses a BigIntegerLiteral from a CharSequence and converts it into a BigInteger value.
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 a byte-Array and converts it into a double value.
parseDouble(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
Parses a FloatingPointLiteral from a byte-Array and converts it into a double 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 a byte-Array and converts it into a double value.
parseDouble(char[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
Parses a FloatingPointLiteral from a byte-Array and converts it into a double value.
parseDouble(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
parseDouble(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
parseDouble(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaDoubleParser
Parses a FloatingPointLiteral from a CharSequence and converts it into a double value.
parseDouble(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JsonDoubleParser
Parses a FloatingPointLiteral from a CharSequence and converts it into a double value.
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 a byte-Array and converts it into a float 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 a byte-Array and converts it into a float value.
parseFloat(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
parseFloat(CharSequence, int, int) - Static method in class ch.randelshofer.fastdoubleparser.JavaFloatParser
Parses a FloatingPointLiteral from a CharSequence and converts it into a float value.
C J P 
All Classes and Interfaces|All Packages