removed description of the text package since it is excluded from the 2.1 release;
updated e-mail address git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@168230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee5ce24168
commit
502c5e2609
11
STATUS.html
11
STATUS.html
|
@ -112,14 +112,6 @@ The following principal classes are included:</p>
|
|||
<li><strong>MutableShort</strong> - A mutable short wrapper.</li>
|
||||
</ul></li>
|
||||
|
||||
<li><strong>Text package</strong> - A package providing classes for handling and manipulating text.
|
||||
<ul>
|
||||
<li><strong>Interpolation</strong> - Performs basic variable interpolation on a String for variables within a Map.</li>
|
||||
<li><strong>MappedMessageFormat</strong> - Substitutes values from one or more maps into designated places within a String.</li>
|
||||
<li><strong>StrBuilder</strong> - Builds a String from constituant parts providing a more flexible and powerful API than StringBuilder.</li>
|
||||
<li><strong>StrTokenizer</strong> - Tokenizes a String based on delimiters and supporting quoting and ignored character concepts.</li>
|
||||
</ul></li>
|
||||
|
||||
<li><strong>Time package</strong> - A package for date/time related utilities.
|
||||
<ul>
|
||||
<li><strong>DateFormatUtils</strong> - Aids in formatting Dates.</li>
|
||||
|
@ -179,6 +171,7 @@ Note that all are still under discussion, so please mail the list before actioni
|
|||
<li>O(n) - Document all algorithm-implementing methods with the order. Possibly with an O(n) on the end of each parameterm or with an @order tag.</li>
|
||||
<li>Money and Currency. Maybe separate project.</li>
|
||||
<li>Code examples - Document as many static methods as possible with example usage.</li>
|
||||
<li>Faster StringTokeniser - Is Java's slow?</li>
|
||||
<li>StringUtilsNPE - A StringUtils that doesn't like nulls.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -194,7 +187,7 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||
<li><a href="mailto:bayard@apache.org">Henri Yandell</a></li>
|
||||
<li><a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a></li>
|
||||
<li><a href="mailto:scolebourne@joda.org">Stephen Colebourne</a></li>
|
||||
<li><a href="mailto:steven@caswell.name">Steven Caswell</a></li>
|
||||
<li><a href="mailto:stevencaswell@apache.org">Steven Caswell</a></li>
|
||||
<li><a href="mailto:rdonkin@apache.org">Robert Burrell Donkin</a></li>
|
||||
<li><a href="mailto:ggregory@seagullsw.com">Gary Gregory</a></li>
|
||||
<li><a href="mailto:phil@steitz.com">Phil Steitz</a></li>
|
||||
|
|
Loading…
Reference in New Issue