LongKey

data class LongKey(val key: Long) : Key(source)

A key that is identified by a long.

Since

1.0.0

Parameters

key

the long that identifies this key

Constructors

Link copied to clipboard
constructor(key: Long)

Properties

Link copied to clipboard
val key: Long

Functions

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
open override fun toString(): String
Link copied to clipboard
open override fun type(): KType

Returns the type of the attribute that is associated with this key.