Cell

inner class Cell(val value: Int) : Comparable<IntegerFrequency.Cell>

Holds the values and their counts

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: IntegerFrequency.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