* Get the unique character at given index from the character set. * * @param {number} index * @returns {string} The unique character at `index` of the character set.
(index)
| 156 | * @returns {string} The unique character at `index` of the character set. |
| 157 | */ |
| 158 | getFromCharSet(index) { |
| 159 | return this.charSet_[index]; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Convert text string to integer indices. |
no outgoing calls
no test coverage detected