Interface RankedSet.HashFunction

Enclosing class:
RankedSet
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RankedSet.HashFunction
Function to compute the hash used to determine which levels a key value splits on. Changing the hash function used for an existing RankedSet will tend to misbalance it but will not break it, in that existing entries can be counted and removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    hash(byte[] key)
     
  • Method Details

    • hash

      int hash(byte[] key)