Package org.apache.tomcat.util.collections

Specialized collections

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

Class Summary

EmptyEnumeration
LRUCache This class implements a Generic LRU Cache
MultiMap An efficient representation for certain type of map.
MultiMapNamesEnumerationEnumerate 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.

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 B) 2000-2003 Apache Software Foundation. All Rights Reserved.