Companion
object Companion
Functions
Link copied to clipboard
Load the cache entry at the given (hashed) location.
Link copied to clipboard
fun <T : Any> probeBackupLocations(cache: Array<KClassValue.Entry<*>?>, classValue: KClassValue<T>): KClassValue.Entry<T>?
Given that first probe was a collision, retry at nearby locations.
Link copied to clipboard
fun <T : Any> probeHomeLocation(cache: Array<KClassValue.Entry<*>?>, classValue: KClassValue<T>): KClassValue.Entry<T>?
Look in the cache, at the home location for the given ClassValue.