Moved BitField/Validate

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-08-19 02:40:47 +00:00
parent 21e376f8f7
commit 6658efcb5f
1 changed files with 3 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.46 2003/08/18 02:38:02 bayard Exp $<br />
$Id: STATUS.html,v 1.47 2003/08/19 02:40:47 bayard Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -28,6 +28,7 @@ The following principal classes are included:</p>
<li><strong>Main package</strong> - A package for the manipulation of basic Java classes
<ul>
<li><strong>ArrayUtils</strong> - Helper for manipulating arrays.</li>
<li><strong>BitField</strong> - A class to assist with manipulating bits.</li>
<li><strong>BooleanUtils</strong> - Helper for boolean and java.lang.Boolean.</li>
<li><strong>CharRange</strong> - A range of characters.</li>
<li><strong>CharSetUtils</strong> - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].</li>
@ -39,6 +40,7 @@ The following principal classes are included:</p>
<li><strong>StringUtils</strong> - Helper for java.lang.String.</li>
<li><strong>SystemUtils</strong> - Utility class defining the Java system properties.</li>
<li><strong>WordUtils</strong> - Utility for working with words.</li>
<li><strong>Validate</strong> - A class to simplify method argument validation.</li>
</ul></li>
<li><strong>Builder package</strong> - A package for the creation of equals, hashCode, compareTo and toString methods.
@ -82,13 +84,6 @@ The following principal classes are included:</p>
<li><strong>StopWatch</strong> - Records durations, represented by milliseconds.</li>
</ul></li>
<li><strong>Util package</strong> - A package for common useful utilities.
<ul>
<li><strong>BitField</strong> - A class to assist with manipulating bits.</li>
<li><strong>IdentifierUtils</strong> - Implementation of various identifier factories.</li>
<li><strong>Validate</strong> - A class to simplify method argument validation.</li>
</ul></li>
</ul>