MurmurHash.update

Update the intermediate hash value for the next input {@code value}.

@param hash the intermediate hash value @param value the value to add to the current hash @return the updated intermediate hash value

@uml @nothrow

  1. size_t update(size_t hash, size_t value)
  2. size_t update(size_t hash, U value)
    class MurmurHash
    static nothrow
    size_t
    update
    (
    U
    )
    (
    size_t hash
    ,)

Meta