deduper / org.bradfordmiller.deduper / SampleRow

SampleRow

data class SampleRow

reprsentation of a sample of data showing the comma-delimited sampleString and the associated sampleHash for that sample string

Constructors

<init>

reprsentation of a sample of data showing the comma-delimited sampleString and the associated sampleHash for that sample string

SampleRow(sampleString: String, sampleHash: String)

Properties

sampleHash

val sampleHash: String

sampleString

val sampleString: String