Add BooleanComparator

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-01-19 17:44:00 +00:00
parent c07fc446f6
commit 2b91f90172
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Collections</em> Package</h1> <h1>The Jakarta Commons <em>Collections</em> Package</h1>
$Id: STATUS.html,v 1.22 2002/12/13 12:04:16 scolebourne Exp $<br> $Id: STATUS.html,v 1.23 2003/01/19 17:44:00 scolebourne Exp $<br>
<a href="#Introduction">[Introduction]</a> <a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a> <a href="#Release Info">[Release Info]</a>
@ -115,6 +115,7 @@ have a variable number of elements up to a fixed bound.</li>
<p><b>comparators subpackage:</b></p> <p><b>comparators subpackage:</b></p>
<ul> <ul>
<li><strong>BooleanComparator</strong> - A Comparator that compares Boolean objects.</li>
<li><strong>ComparableComparator</strong> - A Comparator that compares Comparable objects. <li><strong>ComparableComparator</strong> - A Comparator that compares Comparable objects.
This Comparator is useful, for example, This Comparator is useful, for example,
for enforcing the natural order in custom implementations for enforcing the natural order in custom implementations