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 Detail

      • hashKey

        int hashKey​(T key)