Uses of Class
org.objectweb.jac.util.ObjectArray

Packages that use ObjectArray
org.objectweb.jac.aspects.cache This aspect handle caching of method results.  
 

Uses of ObjectArray in org.objectweb.jac.aspects.cache
 

Methods in org.objectweb.jac.aspects.cache with parameters of type ObjectArray
 MethodCache.Entry MethodCache.getEntry(ObjectArray args, int[] ignoredArgs)
           
 void MethodCache.putEntry(ObjectArray args, Object value)