|
Class Summary |
| Base32 |
Implements a Base 32 algorithm with encode and decode operations. |
| Hex |
Base 16 or Hexadecimal is often represented using the digits 0-9 as well as
the letters a-f. |
| Native |
A class that provides algorithms to encode/decode a UTF 16 to/from native
characters. |
| Range |
This class stores the start and end integer values of a range of integers. |
| Unicode |
A class that provides algorithms to encode/decode a UTF 16 to/from Unicode. |
| UnicodeFilter |
Implements a set of Unicode codepoints and operations to determine whether
certain codepoints fall inside or outside the set. |
| UnicodeMatrix |
Implements a single Unicode Plane as a matrix of boolean flags 8K in size. |
| UnicodeTokenizer |
Allows tokenization of an array of integer primitives. |
| Utf16 |
Statically implements various operations surrounding UTF-16 codepoints. |