KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.commons.collections.TestMapUtils
    Tests for MapUtils. @version $Revision: 1.23 $ $Date: 2004/04/09 14:55:39 $ @author Stephen Colebourne @author Arun Mammen Thomas @author Max Rydahl Andersen @author Janek Bogucki
  • org.apache.commons.collections.FastTreeMap
    <p>A customized implementation of <code>java.util.TreeMap</code> designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. When operating in "fast" mode, read calls are non-synchronized and write cal ...
  • com.opensymphony.webwork.views.util.UrlHelperTest
    @author Matt Ho <a HREF="mailto:matt@enginegreen.com">&lt;matt@enginegreen.com&gt;</a> @version $Id: UrlHelperTest.java,v 1.11 2005/08/07 16:17:27 plightbo Exp $
  • net.nutch.ndfs.FSNamesystem
    The FSNamesystem tracks several important tables. 1) valid fsname --> blocklist (kept on disk, logged) 2) Set of all valid blocks (inverted #1) 3) block --> machinelist (kept in memory, rebuilt dynamically from reports) 4) machine --> blocklist (inverted #2) 5) LRU cache of updated ...
  • com.thoughtworks.acceptance.someobjects.TreeMapAndTreeSetTest
  • net.nutch.protocol.file.FileResponse
    FileResponse.java mimics file replies as http response. It tries its best to follow http's way for headers, response codes as well as exceptions. Comments: (1) java.net.URL and java.net.URLConnection can handle file: scheme. However they are not flexible enough, so not used in this implementation ...
  • net.nutch.fs.LocalFileSystem
    Implement the NutchFileSystem interface for the local disk. This is pretty easy. The interface exists so we can use either remote or local Files very easily. @author Mike Cafarella
  • org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath
    Class to store classpath settings of an Eclipse project. <p>NOTE: The constructed classpath does not contain items of the subprojects. Instead create an object of this class for each project returned by {@link eclipse2ant.util.EclipseUtil#getClasspathProjectsRecursive(IJavaProject)}.
  • tests.org.enhydra.xml.xhtml.dominfo.DOMInfo
    Class to collection information about the objects that compose an set of DOM interfaces or implementations. A property of an Element class. This is defined by get and set methods.
  • org.apache.catalina.manager.HTMLManagerServlet
    Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is. Normally, this functionality will be protected by a security constraint in the web application deployment descriptor. However, this requirement can be relaxed during t ...
  • com.sleepycat.je.log.StatsFileReader
    The StatsFileReader generates stats about the log entries read, such as the count of each type of entry, the number of bytes, minimum and maximum sized log entry.
  • org.enhydra.barracuda.plankton.data.ServletRequestStateMap
    The implementation provides a StateMap bridge to a ServletRequest object. By this, we mean that this class allows you to treat an ServletRequest as a StateMap. Unlike the ServletRequest, this class will handle null keys, values.
Popular Tags