From ddac6283ed2b7f3d105adcd8e77ae00c8f6fe948 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 8 Jul 2003 05:21:44 +0000 Subject: [PATCH] Updated to include the rest of the math package, alphabetises the main package entries and contains the time package description. Also uses 2.0 version numbering. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137400 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/STATUS.html b/STATUS.html index 3649087bd..199a45e08 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.39 2003/07/07 15:13:20 bayard Exp $
+$Id: STATUS.html,v 1.40 2003/07/08 05:21:44 bayard Exp $
[Introduction] [Dependencies] [Release Info] @@ -27,19 +27,18 @@ The following principal classes are included:

  • Builder package - A package for the creation of equals, hashCode, compareTo and toString methods.
      @@ -47,36 +46,47 @@ The following principal classes are included:

    • EqualsBuilder - Helper for building equals methods.
    • HashCodeBuilder - Helper for building hashCode methods.
    • CompareToBuilder - Helper for building compareTo methods.
    • -
    +
  • Enum package - A package for the creation of enumerated types.
    • EnumUtils - Helper for manipulating enumerated types.
    • Enum - Abstract superclass for enumerated types to extend.
    • ValuedEnum - Superclass for enumerated types with an integer constant.
    • -
    +
  • Exception package - A package for the creation and manipulation of nested exceptions.
  • +
  • Math package - A package for simple business (not scientific) maths classes.
    • Fraction - A fraction.
    • -
    • Range - A range of numbers.
    • +
    • JVMRandom - An implementation of Random that does its best to appear to sit on top of java.lang.Math's private Random class.
    • +
    • NumberUtils - Helper for java.lang.Number and its subclasses.
    • +
    • Range - A range of numbers<, of which there are classes representing Numbers, ints, doubles, longs and floats./li>
    • RandomUtils - A utility class for working with random numbers.
    • -
    +
  • + +
  • Time package - A package for date/time related utilities. +
      +
    • DateFormatUtils - Aids in formatting Dates.
    • +
    • DateUtils - Aids in manipulating Dates.
    • +
    • DurationFormatUtils - Formats durations, represented by milliseconds.
    • +
    • FastDateFormat - Optimised version of SimpleDateFormat.
    • +
    • StopWatch - Records durations, represented by milliseconds.
    • +
  • Util package - A package for common useful utilities.
    • BitField - A class to assist with manipulating bits.
    • IdentifierUtils - Implementation of various identifier factories.
    • Validate - A class to simplify method argument validation.
    • -
    +
  • @@ -99,11 +109,11 @@ components for development and use:

    3. RELEASE INFO

    Current Release: -Version 1.0 +Version 2.0

    Planned Next Release: -A 2.0 will be released after a undefined period of development. +Unknown.