org.apache.tomcat.util.collections |
util.collections
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.
|
Java Source File Name | Type | Comment |
EmptyEnumeration.java | Class | |
LRUCache.java | Class | This class implements a Generic LRU Cache
author: Ignacio J. |
MultiMap.java | Class | An efficient representation for certain type of map. |
MultiMapNamesEnumeration.java | Class | Enumerate the distinct header names. |
MultiMapValuesEnumeration.java | Class | Enumerate the values for a (possibly ) multiple
value element. |
Queue.java | Class | 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.java | Class | This class implements a special purpose hashtable. |
SimplePool.java | Class | Simple object pool. |