StringFrequency

constructor(data: Collection<String>? = null, name: String? = null, limitSet: Set<String>? = null)

Parameters

name

a name for the instance

data

an array of data to tabulate

limitSet

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.