docs / it.uniroma3.dbtree.spi / KeyParser / parse

parse

abstract fun parse(s: String): K (source)

Parses a key given the corresponding serialized representation.

Parameters

s - the key passed as string. This string is obtained from K.toString()

Return
the corresponding K representation.