public static class Trie2.CharSequenceValues extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
codePoint
The code point at index.
|
int |
index
string index of the current code point.
|
int |
value
The Trie2 value for the current code point
|
| Constructor and Description |
|---|
CharSequenceValues() |