subPath
Creates a new sub path that includes all cells from this path starting at from (inclusive) to to (inclusive).
Return
Parameters
from
the index position at which the sub path should start
to
the index position at which the sub path should end
Throws
Creates a new sub path that includes all cells from this path starting at from (inclusive) to the last cell (inclusive).
Return
a new sub path from from to the last cell
Parameters
from
the index position at which the sub path should start
Throws
if from is greater than the length of this path