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

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

public class GenericMethodParameterTypeCacheEntry
extends Object
implements CacheEntry


Constructor Summary
GenericMethodParameterTypeCacheEntry(Method method, Class<?> 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

GenericMethodParameterTypeCacheEntry

public GenericMethodParameterTypeCacheEntry(Method method,
                                            Class<?> type)
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.