You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Commons Lang

[http://jakarta.apache.org/commons/lang Lang] aims to provide:

  • Comprehensive String handling utilities
  • Enumerated types (pre JDK 1.5)
  • Nested exceptions (pre JDK 1.4)
  • Builders to create hashCode, equals, toString and compareTo methods
  • Utilities for Object, Date and Numbers

The Javadoc of the latest version is [http://jakarta.apache.org/commons/lang/api/index.html available].

Development plan for 2.1

  1. StringUtils.ordinalIndexOf() 2. StringBuffer replacement 3. Mutable Number classes 4. StringTokenizer replacement: (DONE - Tokenizer)
  • No labels