edu.vub.at.objects.symbiosis
Class JMethodCache.CacheKey

java.lang.Object
  extended byedu.vub.at.objects.symbiosis.JMethodCache.CacheKey
Enclosing class:
JMethodCache

private static class JMethodCache.CacheKey
extends java.lang.Object


Field Summary
private  java.lang.Class class_
           
private  boolean isStatic_
           
private  java.lang.String methodName_
           
 
Constructor Summary
JMethodCache.CacheKey(java.lang.Class c, java.lang.String mname, boolean isStatic)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

class_

private final java.lang.Class class_

methodName_

private final java.lang.String methodName_

isStatic_

private final boolean isStatic_
Constructor Detail

JMethodCache.CacheKey

public JMethodCache.CacheKey(java.lang.Class c,
                             java.lang.String mname,
                             boolean isStatic)
Method Detail

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()