Interface Hash128<T>

Type Parameters:
T - 被计算hash的对象类型
All Superinterfaces:
Encoder<T,Number>
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.

@FunctionalInterface public interface Hash128<T> extends Encoder<T,Number>
Hash计算接口
Since:
Java 17+
Author:
Kimi Liu