org.apache.commons.attributes
Interface CachedRepository
- DefaultCachedRepository, EmptyCachedRepository
(package private) interface CachedRepository
An attribute repository cache. Used internally to speed up operation.
All collections returned should be unmodifiable.
getAttributes
public Collection getAttributes()
getAttributes
public Collection getAttributes(Constructor c)
getAttributes
public Collection getAttributes(Field f)
getAttributes
public Collection getAttributes(Method m)
getParameterAttributes
public Collection getParameterAttributes(Constructor c,
int parameter)
getParameterAttributes
public Collection getParameterAttributes(Method m,
int parameter)
getReturnAttributes
public Collection getReturnAttributes(Method m)