net.sf.basedb.util
Class AnnotationUtil.Cache
java.lang.Object
net.sf.basedb.util.AnnotationUtil.Cache
- Enclosing class:
- AnnotationUtil
public static class AnnotationUtil.Cache
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmap
private final Map<AnnotationUtil.AnnotatableWrapper,Set<AnnotationUtil.AnnotatableWrapper>> cmap
AnnotationUtil.Cache
AnnotationUtil.Cache()
contains
boolean contains(AnnotationUtil.AnnotatableWrapper wrapper)
get
Set<AnnotationUtil.AnnotatableWrapper> get(AnnotationUtil.AnnotatableWrapper wrapper)
put
void put(AnnotationUtil.AnnotatableWrapper wrapper,
Set<AnnotationUtil.AnnotatableWrapper> parents)