Cell

inner class Cell(val string: String) : Comparable<StringFrequency.Cell>

Holds the values and their counts

Constructors

Link copied to clipboard
constructor(string: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: StringFrequency.Cell): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun increment()
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String