Update package overview to reflect class move

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-12-01 22:05:14 +00:00
parent b1437124f8
commit e078c03320
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ specific additional functionality.
<p>
The following implementations are provided in the package:
<ul>
<li>BinaryHeap - implements both Buffer and PriorityQueue
<li>Bounded - implements a buffer with a fixed size that throws exceptions when full
<li>Circular - implements a buffer with a fixed size that discards oldest when full
<li>Unbounded - implements a buffer that grows in size if necessary
<li>Synchronized - synchronizes method access for multi-threaded environments
<li>Unmodifiable - ensures the collection cannot be altered
<li>Predicated - ensures that only elements that are valid according to a predicate can be added