Interface HashFunction<K>

All Known Implementing Classes:
ModifiedUtf8HashFunction

public interface HashFunction<K>
Author:
niklas
  • Method Summary

    Modifier and Type Method Description
    int hash​(K k)  
  • Method Details

    • hash

      int hash​(K k)