public int end ;

Descripción

The end index of the range (not inclusive).

Calculated by adding length to start (for instance, if you have a string “abcdef” and you care about “cde”, then this value is (start) 2 + (length) 3 = 5).