isBoundary

open override fun isBoundary(offset: Int): Boolean

Returns true if the specified position is a boundary position. As a side effect, leaves the iterator pointing to the first boundary position at or after "offset".

Return

True if "offset" is a boundary position.

Parameters

offset

the offset to check.