You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2005/04/17 22:36:18 UTC

svn commit: r161694 - jakarta/commons/proper/lang/trunk/xdocs/userguide.xml

Author: stevencaswell
Date: Sun Apr 17 13:36:17 2005
New Revision: 161694

URL: http://svn.apache.org/viewcvs?view=rev&rev=161694
Log:
added description of the new mutable package;
added description of the new DurationFormatUtils class

Modified:
    jakarta/commons/proper/lang/trunk/xdocs/userguide.xml

Modified: jakarta/commons/proper/lang/trunk/xdocs/userguide.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/xdocs/userguide.xml?view=diff&r1=161693&r2=161694
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/userguide.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/userguide.xml Sun Apr 17 13:36:17 2005
@@ -179,6 +179,8 @@
    MutableObject
    MutableShort
    -->
+    <p>New in 2.1, the mutable package provides mutable wrappers for primitive values (such as int, long, etc.) and Object. These wrappers are simiar to the wrappers provided by the Java API, but allow the wrapped value to be changed without needing to create a separate wrapper object.
+    </p>
    </section>
 
    <section name="lang.time.*">
@@ -190,6 +192,7 @@
    StopWatch
    -->
     <p>Lang 2.0 saw the arrival of a time package. It contains some basic utilities for manipulating time (a delorean, police box and grandfather clock?). These include a StopWatch for simple performance measurements and an optimised FastDateFormat class. </p>
+    <p>New in Lang 2.1 is the DurationFormatUtils class, which provides various methods for formatting durations. </p>
    </section>
 
    <section name="lang.text.*">
@@ -200,7 +203,7 @@
    </section>
 
    <section name="Next version of Lang">
-    <p>The next version of Lang will be 2.1. The most notable addition is a mutable package, but there are also new classes such as DurationFormatUtils [and ...]. </p>
+    <p>The next version of Lang is a work in progress. </p>
    </section>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org