接口 HashCodeCustomizer
-
- 所有超级接口:
KeyFactoryCustomizer
public interface HashCodeCustomizer extends KeyFactoryCustomizer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleancustomize(CodeEmitter e, org.objectweb.asm.Type type)Customizes calculation of hashcode
-
-
-
方法详细资料
-
customize
boolean customize(CodeEmitter e, org.objectweb.asm.Type type)
Customizes calculation of hashcode- 参数:
e- code emittertype- parameter type
-
-