Entry

class Entry

Entry exists solely to allow the "foreach" control structure to be used on a map by suitable use of A_Map.mapIterable.

Author

Mark van Gulik

Constructors

Link copied to clipboard
fun Entry()

Functions

Link copied to clipboard
operator fun component1(): AvailObject

Temporary Kotlin compatibility.

Link copied to clipboard
operator fun component2(): AvailObject

Temporary Kotlin compatibility.

Link copied to clipboard
operator fun component3(): Int

Temporary Kotlin compatibility.

Link copied to clipboard
fun key(): AvailObject

Answer the Entry's key.

Link copied to clipboard
fun setKeyAndHashAndValue(    newKey: AvailObject?,     newKeyHash: Int,     newValue: AvailObject?)

Update my fields.

Link copied to clipboard
fun value(): AvailObject

Answer the Entry's value.