Package org.apache.tomcat.util.collections

Specialized collections This package includes a number of special collections, tunned for server-side applications.

See:
          Description

Class Summary
EmptyEnumeration  
LRUCache This class implements a Generic LRU Cache
MultiMap An efficient representation for certain type of map.
MultiMapNamesEnumeration Enumerate the distinct header names.
Queue A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
SimpleHashtable This class implements a special purpose hashtable.
SimplePool Simple object pool.
 

Package org.apache.tomcat.util.collections Description

Specialized collections

This package includes a number of special collections, tunned for server-side applications. The utils are not tomcat specific, but use MessageBytes and few other top-level utils.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.