FuzzyResult

data class FuzzyResult<T>(val item: T, val string: String, val distance: Double) : Record, Comparable<FuzzyResult<T>> (source)

Constructors

Link copied to clipboard
constructor(item: T, string: String, distance: Double)

Properties

Link copied to clipboard
Link copied to clipboard
val item: T
Link copied to clipboard

Functions

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