php.java.bridge
Class ConstructorCache.Entry

java.lang.Object
  extended by php.java.bridge.ConstructorCache.Entry
Enclosing class:
ConstructorCache

public static class ConstructorCache.Entry
extends java.lang.Object

A cache entry


Field Summary
(package private)  java.lang.String name
           
(package private)  java.lang.Class[] params
           
 
Constructor Summary
protected ConstructorCache.Entry()
           
protected ConstructorCache.Entry(java.lang.String name, java.lang.Class[] params)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Class[] getParameterTypes(java.lang.reflect.Constructor method)
           
 int hashCode()
           
 void setMethod(php.java.bridge.ConstructorCache.CachedConstructor cache)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

params

java.lang.Class[] params
Constructor Detail

ConstructorCache.Entry

protected ConstructorCache.Entry()

ConstructorCache.Entry

protected ConstructorCache.Entry(java.lang.String name,
                                 java.lang.Class[] params)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

setMethod

public void setMethod(php.java.bridge.ConstructorCache.CachedConstructor cache)

getParameterTypes

public java.lang.Class[] getParameterTypes(java.lang.reflect.Constructor method)