Interface CollKit.Hash<T>

Type Parameters:
T - 被计算hash的对象类型
Enclosing class:
CollKit

public static interface CollKit.Hash<T>
Hash计算接口
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    hash(T t)
    计算Hash值
  • Method Details

    • hash

      int hash(T t)
      计算Hash值
      Parameters:
      t - 对象
      Returns:
      hash