C F P 
All Classes All Packages

C

ch.randelshofer.fastdoubleparser - package ch.randelshofer.fastdoubleparser
 

F

FastDoubleParser - Class in ch.randelshofer.fastdoubleparser
This is a C++ to Java port of Daniel Lemire's fast_double_parser.
FastDoubleParserFromByteArray - Class in ch.randelshofer.fastdoubleparser
This is a C++ to Java port of Daniel Lemire's fast_double_parser.

P

parseDouble(byte[]) - Static method in class ch.randelshofer.fastdoubleparser.FastDoubleParserFromByteArray
Convenience method for calling parseDouble(byte[], int, int).
parseDouble(byte[], int, int) - Static method in class ch.randelshofer.fastdoubleparser.FastDoubleParserFromByteArray
Returns a Double object holding the double value represented by the argument string str.
parseDouble(CharSequence) - Static method in class ch.randelshofer.fastdoubleparser.FastDoubleParser
Returns a Double object holding the double value represented by the argument string str.
C F P 
All Classes All Packages