endIndex property
The end index (exclusive) for tokenization.
This is typically the length of the source string but can be set to a shorter range when tokenizing substrings.
Implementation
final int endIndex;
The end index (exclusive) for tokenization.
This is typically the length of the source string but can be set to a shorter range when tokenizing substrings.
final int endIndex;