[ 源代码: libcommons-lang-java ]
软件包:libcommons-lang-java(2.6-10)
libcommons-lang-java 的相关链接
Debian 的资源:
下载源码包 libcommons-lang-java:
- [libcommons-lang-java_2.6-10.dsc]
- [libcommons-lang-java_2.6.orig.tar.gz]
- [libcommons-lang-java_2.6-10.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [commons.apache.org]
相似软件包:
Commons Lang - an extension of the java.lang package
The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the Sun JDK. The following classes are included:
* StringUtils - Helper for java.lang.String. * CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez]. * RandomStringUtils - Helper for creating randomised Strings. * NumberUtils - Helper for java.lang.Number and its subclasses. * NumberRange - A range of numbers with an upper and lower bound. * ObjectUtils - Helper for java.lang.Object. * SerializationUtils - Helper for serializing Objects. * SystemUtils - Utility class defining the Java system properties. * NestedException package - A sub-package for the creation of nested exceptions. * Enum package - A sub-package for the creation of enumerated types. * Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods.
其他与 libcommons-lang-java 有关的软件包
|
|
|
|
-
- dep: libcommons-parent-java (>= 12)
- Maven metadata for Apache Commons project
-
- sug: libcommons-lang-java-doc
- Documentation for Commons Lang - an extension of the java.lang package