find Max Size

private open fun findMaxSize(inValues: List<List<out Any>>): Int

Method to find the max size of a list

Return

the max size of a list as int

Parameters

inValues

: the values used in the in clause to alternate