JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.aoju.bus.core.toolkit
Interface CollKit.Hash<T>
Type Parameters:
T
- 被计算hash的对象类型
Enclosing class:
CollKit
public static interface
CollKit.Hash<T>
Hash计算接口
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
hash
(
T
t)
计算Hash值
Method Details
hash
int
hash
(
T
t)
计算Hash值
Parameters:
t
- 对象
Returns:
hash