Class and Description |
---|
org.apache.commons.lang.enum.Enum
Replaced by
org.apache.commons.lang.enums.Enum
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums since enum is a Java 1.5 keyword. |
org.apache.commons.lang.enum.EnumUtils
Replaced by
org.apache.commons.lang.enums.EnumUtils
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums since enum is a Java 1.5 keyword. |
org.apache.commons.lang.NumberRange
Use one of the Range classes in org.apache.commons.lang.math.
Class will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.NumberUtils
Moved to org.apache.commons.lang.math.
Class will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.enum.ValuedEnum
Replaced by
org.apache.commons.lang.enums.ValuedEnum
and will be removed in version 3.0. All classes in this package are deprecated and repackaged to
org.apache.commons.lang.enums since enum is a Java 1.5 keyword. |
Field and Description |
---|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_DAY
Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_HOUR
Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_MINUTE
Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_SECOND
Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0.
|
Constructor and Description |
---|
org.apache.commons.lang.builder.ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) |
Copyright © 2001-2016 - Apache Software Foundation