beginIndex index (inclusive). This is equivalent to calling path.subpath(beginIndex,path.size()-1).
@param beginIndex the beginning index, inclusive.
@return the specified subpath
@exception IndexOutOfBoundsException if the beginIndex is negative or larger than the length of this Path object
| |
| |