All Classes and Interfaces

Class
Description
 
 
Configurable floating point parser for input data given in ASCII.
Configurable floating point parser for input data given in UTF-8.
Configurable floating point parser.
Configurable floating point parser.
Abstract base class for parsers that parse a FloatingPointLiteral from a character sequence (str).
Parses a Java FloatingPointLiteral from a byte array.
Parses a Java FloatingPointLiteral from a char array.
Parses a Java FloatingPointLiteral from a CharSequence.
Parses a JSon Number from a byte array.
Parses a Java FloatingPointLiteral from a char array.
Parses a JSON number from a CharSequence.
 
A mutable non-negative significand with a fixed number of bits.
Interface for sets of digit bytes.
Interface for sets of bytes.
A set of char with linear search.
 
 
A primitive map Map<char,int>.
 
Interface for a data retrieval tree (trie) of bytes.
Represents a node in a ByteTrieOfFew
A trie for testing if a String is contained in a set of Strings.
A trie for testing if a String is contained in a set of Strings.
 
 
 
Interface for sets of digit characters.
Interface for sets of characters.
A set of char with linear search.
 
 
A primitive map Map<char,int>.
 
Interface for a data retrieval tree (trie) of characters.
 
A trie for testing if a String is contained in a set of Strings.
A trie for testing if a String is contained in a set of Strings.
 
 
 
Parses a double from a char[] with configurable NumberFormatSymbols.
Parses a double from a char[] with configurable NumberFormatSymbols.
Parses a double from a char[] with configurable NumberFormatSymbols.
Parses a double from a CharSequence with configurable NumberFormatSymbols.
Parses a floating point value with configurable NumberFormatSymbols.
 
 
This class provides the mathematical functions needed by JavaDoubleParser.
This class provides methods for parsing multiple characters at once using the "SIMD with a register" (SWAR) technique.
This class complements FastDoubleMath with methods for converting FloatingPointLiteral productions to floats.
 
Provides methods for multiplying two BigIntegers using the FFT algorithm.
 
 
This format set contains all Unicode format chars.
Parses a double from a byte array.
Parses a double from a byte array.
Parses a double from a byte array.
Parses a BigDecimal value; the supported syntax is compatible with BigDecimal(String).
 
 
 
Parses a BigInteger value; the supported syntax is compatible with BigInteger(String, int).
Parses a double from a byte array.
Parses a double from a char array.
Parses a double from a CharSequence.
Parses a double value; the supported syntax is compatible with Double.valueOf(String).
Parses a float from a byte array.
Parses a float from a char array.
Parses a float from a CharSequence.
Parses a float value; the supported syntax is compatible with Float.valueOf(String).
Parses a double from a byte array.
Parses a double from a char array.
Parses a double from a CharSequence.
Parses a double value; the supported syntax is compatible with number in the JSON format specification.
Defines a set of symbols for ConfigurableDoubleParser.
Provides information about NumberFormatSymbols.
Parses digits.
Parses digits.
Parses digits.
 
Decodes UTF-8 encoded bytes to a character array.