KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > WeakHashMap > Top Examples

  • org.apache.lucene.search.FieldCacheImpl
    Expert: The default cache implementation, storing all values in memory. A WeakHashMap is used for storage. <p>Created: May 19, 2004 4:40:36 PM @author Tim Jones (Nacimiento Software) @since lucene 1.4 @version $Id: FieldCacheImpl.java,v 1.3.2.1 2004/09/30 19:10:26 dnaber Exp $ Expert: ...
  • org.jboss.net.sockets.MethodHash
  • org.jboss.aop.ClassInstanceAdvisor
    Holds an object instance's metadata and attached interceptors @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.26 $
  • org.apache.ojb.broker.core.PersistenceBrokerThreadMapping
    Helper class that tracks correspondence between PersistenceBroker instances and threads. The main task that this class solves is: to get current PersistenceBroker for the given thread. For internal use only. @author Oleg Nitz @version $Id: PersistenceBrokerThreadMapping.java,v 1.6 2004/04/04 23:5 ...
  • net.sf.saxon.trans.KeyManager
    KeyManager manages the set of key definitions in a stylesheet, and the indexes associated with these key definitions. It handles xsl:sort-key as well as xsl:key definitions. <p>The memory management in this class is subtle, with extensive use of weak references. The idea is that an index sh ...
  • org.codehaus.aspectwerkz.aspect.AbstractAspectContainer
    Abstract base class for the aspect container implementations. @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a> @author <a HREF="mailto:alex AT gnilux DOT com">Alexandre Vasseur</a> @TODO: allow any type of constructor, to support ctor based dependency injectio ...
  • org.apache.commons.dbcp.datasources.CPDSConnectionFactory
    A {@link PoolableObjectFactory} that creates {@link PoolableConnection}s. @author John D. McNally @version $Revision: 1.5 $ $Date: 2004/02/28 12:18:17 $ Create a new <tt>PoolableConnectionFactory</tt>. @param cpds the ConnectionPoolDataSource from which to obtain PooledConnection's ...
  • org.codehaus.aspectwerkz.reflect.impl.java.JavaClassInfoRepository
    A repository for the class info hierarchy. Is class loader aware. <p/>TODO refactor some with ASMClassInfoRepository but keep em separate for system runtime sake in AOPC (WLS) @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a>
  • org.codehaus.aspectwerkz.joinpoint.management.JoinPointManager
    Manages the join point compilation, loading and instantiation for the target classes. This implementation relies on the SystemDefinitionContainer. @author <a HREF="mailto:alex@gnilux.com">Alexandre Vasseur </a> @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a> ...
Popular Tags