endIndex property

int endIndex
final

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;