Package org.eclnt.util.map
package org.eclnt.util.map
-
ClassDescriptionBean with dynamic data extension.LazyLoadingMap<VALUECLASS>Normal HashMap in which the
LazyLoadingMap.get(Object)
method is extended: if the Map does not yet contain a value with the corresponding key, then an interface is called to load the value.LazyLoadingMap.ILazyLoader<BEANCLASS>