org.apache.commons.lang.ArrayUtils 数组集合操作工具类
org.apache.commons.lang.ClassUtils 类操作工具类
org.apache.commons.lang.NumberUtils 数字操作工具类 字符和数字转换 是否是数字等
org.apache.commons.lang.ObjectUtils 对象操作类 hashCode() equals(,) toString()等
org.apache.commons.lang.RandomStringUtils 随机工具类 生成随机数字 字符等
org.apache.commons.lang.StringEscapeUtils 字符串转义处理类 js html 等
org.apache.commons.lang.StringUtils 字符串处理类
org.apache.commons.lang.SystemUtils 系统环境工具类 获取java版本 临时存储空间路径等
org.apache.commons.lang.Validate 验证工具类,false抛出IllegalArgumentException异常
org.apache.commons.lang.WordUtils 单词工具类 比如首字母大写、大小写转换、单词缩写等
org.apache.commons.lang.time.DateFormatUtils 日期格式化
org.apache.commons.lang.time.DateUtils 日期维护 解析等
org.apache.commons.lang.time.FastDateFormat 快速 线程安全的sampleDateFormat
org.apache.commons.lang.text.CompositeFormat 组合format
org.apache.commons.lang.text.StrBuilder Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.
org.apache.commons.lang.reflect.ConstructorUtils 构造函数工具类
org.apache.commons.lang.reflect.FieldUtils 类变量工具类
org.apache.commons.lang.reflect.MemberUtils 类成员工具类
org.apache.commons.lang.reflect.MethodUtils 类方法工具类
org.apache.commons.lang.mutable.MutableObject 值对象 提供get set方法 只有一个变量
org.apache.commons.lang.math.RandomUtils 得到随机数 int double float等
org.apache.commons.lang.math.NumberUtils 数字操作工具类 字符和数字转换 是否是数字 计算数组最大值 最小值等
org.apache.commons.lang.exception.ExceptionUtils 异常消息处理工具类
org.apache.commons.lang.builder.ToStringBuilder toString方法辅助