org.apache.commons.ognl.internal.entry
Class MethodCacheEntry

java.lang.Object
  extended by org.apache.commons.ognl.internal.entry.MethodCacheEntry
All Implemented Interfaces:
CacheEntry
Direct Known Subclasses:
DeclaredMethodCacheEntry

public class MethodCacheEntry
extends Object
implements CacheEntry


Field Summary
 Class<?> targetClass
           
 
Constructor Summary
MethodCacheEntry(Class<?> targetClass)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetClass

public Class<?> targetClass
Constructor Detail

MethodCacheEntry

public MethodCacheEntry(Class<?> targetClass)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.