You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/12/01 23:05:14 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/buffer package.html

scolebourne    2003/12/01 14:05:14

  Modified:    collections/src/java/org/apache/commons/collections/buffer
                        package.html
  Log:
  Update package overview to reflect class move
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	16 Nov 2003 00:05:44 -0000	1.1
  +++ package.html	1 Dec 2003 22:05:14 -0000	1.2
  @@ -8,6 +8,10 @@
   <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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org