String Frequency
constructor(data: Collection<String>? = null, name: String? = null, limitSet: Set<String>? = null)(source)
Parameters
name
a name for the instance
data
an array of data to tabulate
limit Set
a set of strings that limit what is to be counted. If null, there is no limit. That is, every unique string presented is tabulated.