Entry

data class Entry(key: String,newValue: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(key: String, newValue: String): Entry
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

key
Link copied to clipboard
val key: String
newValue
Link copied to clipboard
val newValue: String