Uses of Class
php.java.bridge.ConstructorCache.Entry

Packages that use ConstructorCache.Entry
php.java.bridge   
 

Uses of ConstructorCache.Entry in php.java.bridge
 

Methods in php.java.bridge that return ConstructorCache.Entry
 ConstructorCache.Entry ConstructorCache.getEntry(java.lang.String name, java.lang.Object[] args)
           
 

Methods in php.java.bridge with parameters of type ConstructorCache.Entry
 java.lang.reflect.Constructor ConstructorCache.get(ConstructorCache.Entry entry)
           
 void ConstructorCache.put(ConstructorCache.Entry entry, java.lang.reflect.Constructor method)