RegistryKeyContext

Describes how RegistryKeys are equated and stored in Registry.

Inheritors

Functions

Link copied to clipboard
abstract fun checkEqualityOf(left: RegistryKey<*>, right: RegistryKey<*>): Boolean

Checks equality between the left and the right keys.

Link copied to clipboard
abstract fun hashCodeOf(any: RegistryKey<*>): Int

Defines hash code of the key.