collect

fun collect(strings: Array<String>)(source)

Parameters

strings

tabulates frequencies for the unique strings in the array


fun collect(string: String)(source)

Tabulates the count of the number of unique strings presented.

Parameters

string

the presented string


fun collect(thing: Any)(source)

Converts the thing via toString() and tabulates the observed string.