KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ref > Reference > Top Examples

  • org.python.core.AutoInternalTables
  • org.apache.commons.collections.map.AbstractReferenceMap
    An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector. <p> This class implements all the features necessary for a subclass reference hash-based map. Key-value entries are stored in instances of the <code>ReferenceEntry</code> ...
  • org.apache.commons.collections.ReferenceMap
    Hash-based {@link Map} implementation that allows mappings to be removed by the garbage collector.<p> When you construct a <code>ReferenceMap</code>, you can specify what kind of references are used to store the map's keys and values. If non-hard references are used, then the g ...
  • org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
    Manages a set of HttpConnections for various HostConfigurations. @author <a HREF="mailto:becke@u.washington.edu">Michael Becke</a> @author Eric Johnson @author <a HREF="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> @author Carl A. Dunham @since 2.0
  • org.apache.batik.ext.awt.BufferedImageHintKey
    This class is here to workaround a javadoc problem. It is only used by <code>GraphicsNode</code>. @author <a HREF="mailto:cjolif@ilog.fr">Christophe Jolif</a> @version $Id: BufferedImageHintKey.java,v 1.6 2004/08/18 07:13:41 vhardy Exp $
  • freemarker.cache.SoftCacheStorage
    Strong cache storage is a cache storage that uses {@link SoftReference} objects to hold the objects it was passed, therefore allows the garbage collector to purge the cache when it determines that it wants to free up memory. This class is <em>NOT</em> thread-safe. If it is accessed fro ...
  • org.apache.batik.ext.awt.image.GraphicsUtil
    Set of utility methods for Graphics. These generally bypass broken methods in Java2D or provide tweaked implementations. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: GraphicsUtil.java,v 1.36 2005/03/27 08:58:32 cam Exp $
  • org.enhydra.barracuda.core.helper.servlet.ResourceGateway
    <p>The purpose of this servlet is to look for a static resource on the classpath and return it to the client
Popular Tags