Interface Intrinsics.KeyHasher<T>

Enclosing class:
Intrinsics

public static interface Intrinsics.KeyHasher<T>
Anything that distributes keys by their hash value. Not a public interface because we want the implementing methods to be effectively protected, but used for API consistency in templates. *
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    hashKey(T key)
     
  • Method Details

    • hashKey

      int hashKey(T key)