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/01/19 18:44:00 UTC

cvs commit: jakarta-commons/collections STATUS.html

scolebourne    2003/01/19 09:44:00

  Modified:    collections STATUS.html
  Log:
  Add BooleanComparator
  
  Revision  Changes    Path
  1.23      +2 -1      jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- STATUS.html	13 Dec 2002 12:04:16 -0000	1.22
  +++ STATUS.html	19 Jan 2003 17:44:00 -0000	1.23
  @@ -115,6 +115,7 @@
   <p><b>comparators subpackage:</b></p>
   
   <ul>
  +<li><strong>BooleanComparator</strong> - A Comparator that compares Boolean objects.</li>
   <li><strong>ComparableComparator</strong> - A Comparator that compares Comparable objects.
       This Comparator is useful, for example,
       for enforcing the natural order in custom implementations
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>