Package ch.randelshofer.fastdoubleparser.bte
This is a module-private package.
It provides primitive byte collections.
-
Interface Summary Interface Description ByteDigitSet Interface for sets of digit bytes.ByteSet Interface for sets of bytes.ByteTrie Interface for a data retrieval tree (trie) of bytes. -
Class Summary Class Description ByteSetOfFew A set ofcharwith linear search.ByteSetOfNone ByteSetOfOne ByteToIntMap A primitive map Map<char,int>.ByteToIntMap.Node ByteTrieNode Represents a node in aByteTrieOfFewByteTrieOfFew A trie for testing if a String is contained in a set of Strings.ByteTrieOfFewIgnoreCase A trie for testing if a String is contained in a set of Strings.ByteTrieOfNone ByteTrieOfOne ByteTrieOfOneSingleByte ConsecutiveByteDigitSet