find

fun find(value: Int): ERROR CLASS: Unresolved name: find

Tries to find a key based on its input code.

Return

the key found, or null if not found

Parameters

value

The value to find


fun find(char: Char): ERROR CLASS: Unresolved name: find

Tries to find the first key based on its associated characters.

Return

the primary key found, or null if not found

Parameters

char

The character to find