getVerbs

fun getVerbs(verbs: Array<PathVerb?>?, max: Int): Int

Returns the number of verbs in the path. Up to max verbs are copied.

Return

the actual number of verbs in the path

Parameters

verbs

storage for verbs, may be null

max

maximum number to copy into verbs

See also