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

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

public class DeclaredMethodCacheEntry
extends MethodCacheEntry


Nested Class Summary
static class DeclaredMethodCacheEntry.MethodType
           
 
Field Summary
 
Fields inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntry
targetClass
 
Constructor Summary
DeclaredMethodCacheEntry(Class<?> targetClass)
           
DeclaredMethodCacheEntry(Class<?> targetClass, DeclaredMethodCacheEntry.MethodType type)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclaredMethodCacheEntry

public DeclaredMethodCacheEntry(Class<?> targetClass)

DeclaredMethodCacheEntry

public DeclaredMethodCacheEntry(Class<?> targetClass,
                                DeclaredMethodCacheEntry.MethodType type)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class MethodCacheEntry


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