Added a short bit of blurb about the text package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0c25af499
commit
8c71182f37
|
@ -220,7 +220,7 @@ public final class ColorEnum extends Enum {
|
|||
StrMatcher
|
||||
StrTokenizer
|
||||
-->
|
||||
<p>The text package was added in Lang 2.2. </p>
|
||||
<p>The text package was added in Lang 2.2. It provides, amongst other classes, a replacement for StringBuffer named <code>StrBuilder</code>, a class for substituting variables within a String named <code>StrSubstitutor</code> and a replacement for StringTokenizer named <code>StrTokenizer</code>. While somewhat ungainly, the <code>Str</code> prefix has been used to ensure we don't clash with any current or future standard Java classes. </p>
|
||||
</section>
|
||||
|
||||
<a name="lang.time.*"></a>
|
||||
|
|
Loading…
Reference in New Issue