Interface Hasher<T>

Type Parameters:
T - the type of objects for which the hash codes are defined

public interface Hasher<T>
An interface for defining custom hash codes,
Author:
Frantisek Simancik
  • Method Summary

    Modifier and Type Method Description
    int hash​(T object)  
  • Method Details

    • hash

      int hash​(T object)