Package gnu.trove

Interface TFloatHashingStrategy

    • Method Detail

      • computeHashCode

        int computeHashCode​(float val)
        Computes a hash code for the specified float. Implementors can use the float's own value or a custom scheme designed to minimize collisions for a known set of input.
        Parameters:
        val - float for which the hashcode is to be computed
        Returns:
        the hashCode