Package org.miaixz.bus.core.codec.hash
Interface Hash128<T>
- Type Parameters:
T- 被计算hash的对象类型
- All Known Implementing Classes:
CityHash,MetroHash128,MurmurHash
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Hash计算接口
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary