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

Packages that use ConstructorCache.Entry
php.java.bridge PHP/Java Bridge core classes and interfaces. 
 

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)
          Get a cache entry from a name args pair
 

Methods in php.java.bridge with parameters of type ConstructorCache.Entry
 java.lang.reflect.Constructor ConstructorCache.get(ConstructorCache.Entry entry)
          Get the constructor for the entry
 void ConstructorCache.put(ConstructorCache.Entry entry, java.lang.reflect.Constructor method)
          Store a constructor with an entry