scolebourne    2003/12/02 17:05:31

  Modified:    collections/src/java/org/apache/commons/collections/buffer
                        package.html
  Log:
  Update the associated package html
  
  Revision  Changes    Path
  1.3       +8 -4      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      1 Dec 2003 22:05:14 -0000       1.2
  +++ package.html      3 Dec 2003 01:05:31 -0000       1.3
  @@ -1,6 +1,6 @@
   <BODY>
   <p>
  -This package contains implementations of the Set and SortedSet interfaces.
  +This package contains implementations of the Buffer and PriorityQueue interfaces.
   <p>
   The implementations are in the form of direct implementations and decorators.
   A decorator wraps another implementation of the interface to add some
  @@ -9,9 +9,13 @@
   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>BoundedBuffer - implements a buffer with a fixed size that throws exceptions 
when full
  +<li>CircularBuffer - implements a buffer with a fixed size that discards oldest 
when full
  +<li>UnboundedBuffer - implements a buffer that grows in size if necessary
  +</ul>
  +<p>
  +The following decorators are provided in the package:
  +<ul>
   <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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to