abstract fun valueArraySearch(keys: Any, key: A): Int
abstract fun valueArraySearch(keys: Any, key: A, comparator: Comparator<Any>): Int