类 AdvisedSupport.MethodCacheKey
java.lang.Object
infra.aop.framework.AdvisedSupport.MethodCacheKey
- 所有已实现的接口:
Comparable<AdvisedSupport.MethodCacheKey>
- 封闭类:
- AdvisedSupport
static final class AdvisedSupport.MethodCacheKey
extends Object
implements Comparable<AdvisedSupport.MethodCacheKey>
Simple wrapper class around a Method. Used as the key when
caching methods, for efficient equals and hashCode comparisons.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
hashCode
private final int hashCode -
method
-
-
构造器详细资料
-
MethodCacheKey
-
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- 指定者:
compareTo在接口中Comparable<AdvisedSupport.MethodCacheKey>
-